Skip to content

Commit 712f6cb

Browse files
committed
Merge branch 'bugfix/spp_server_doc_v4.4' into 'release/v4.4'
SPP server documentation fix (v4.4) See merge request espressif/esp-idf!22679
2 parents 8232f23 + e0aa158 commit 712f6cb

File tree

1 file changed

+2
-7
lines changed
  • examples/bluetooth/nimble/ble_spp/spp_server

1 file changed

+2
-7
lines changed

examples/bluetooth/nimble/ble_spp/spp_server/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,9 @@
6565
SPP_COMMAND_CHAR|0xABF3|READ&WRITE_NR
6666
SPP_STATUS_CHAR|0xABF4|READ & NOTIFY
6767

68-
This example creates GATT client and performs passive scan, it then connects to peripheral device if the device advertises connectability and the write characteristic.
69-
70-
It performs three GATT operations against the specified peer:
71-
72-
* Discover all services,characteristics and descriptors.
73-
74-
* After the discovery is completed, take UART input from user and write characteristic.
68+
This example creates GATT server and advertises data, it then gets connected to a central device.
7569

70+
It takes input from user and performs notify GATT operations against the specified peer.
7671

7772
Note :
7873

0 commit comments

Comments
 (0)