From b43d29fffe1fe9d44548a558a9bd00296b572cdd Mon Sep 17 00:00:00 2001 From: "isha.pardikar@espressif.com" Date: Thu, 9 Mar 2023 11:43:17 +0530 Subject: [PATCH] Doc : SPP server documentation fix Closes https://github.com/espressif/esp-idf/issues/10930 --- examples/bluetooth/nimble/ble_spp/spp_server/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/bluetooth/nimble/ble_spp/spp_server/README.md b/examples/bluetooth/nimble/ble_spp/spp_server/README.md index f437967613..379e315218 100644 --- a/examples/bluetooth/nimble/ble_spp/spp_server/README.md +++ b/examples/bluetooth/nimble/ble_spp/spp_server/README.md @@ -65,14 +65,9 @@ SPP_COMMAND_CHAR|0xABF3|READ&WRITE_NR SPP_STATUS_CHAR|0xABF4|READ & NOTIFY -This example creates GATT client and performs passive scan, it then connects to peripheral device if the device advertises connectability and the write characteristic. - -It performs three GATT operations against the specified peer: - -* Discover all services,characteristics and descriptors. - -* After the discovery is completed, take UART input from user and write characteristic. +This example creates GATT server and advertises data, it then gets connected to a central device. +It takes input from user and performs notify GATT operations against the specified peer. Note :