Skip to content

Commit

Permalink
Merge branch 'bugfix/spp_server_doc' into 'master'
Browse files Browse the repository at this point in the history
Nimble: SPP server documentation fix

Closes IDFGH-9581

See merge request espressif/esp-idf!22677
  • Loading branch information
rahult-github committed Mar 9, 2023
2 parents 77ca79a + b43d29f commit 1d08f5b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions examples/bluetooth/nimble/ble_spp/spp_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :

Expand Down

0 comments on commit 1d08f5b

Please sign in to comment.