mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Doc : SPP server documentation fix
Closes https://github.com/espressif/esp-idf/issues/10930
This commit is contained in:
parent
2f7aa5abe8
commit
b43d29fffe
@ -65,14 +65,9 @@
|
|||||||
SPP_COMMAND_CHAR|0xABF3|READ&WRITE_NR
|
SPP_COMMAND_CHAR|0xABF3|READ&WRITE_NR
|
||||||
SPP_STATUS_CHAR|0xABF4|READ & NOTIFY
|
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.
|
This example creates GATT server and advertises data, it then gets connected to a central device.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
It takes input from user and performs notify GATT operations against the specified peer.
|
||||||
|
|
||||||
Note :
|
Note :
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user