You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/bluetooth/nimble/ble_spp/spp_server/README.md
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -65,14 +65,9 @@
65
65
SPP_COMMAND_CHAR|0xABF3|READ&WRITE_NR
66
66
SPP_STATUS_CHAR|0xABF4|READ & NOTIFY
67
67
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.
75
69
70
+
It takes input from user and performs notify GATT operations against the specified peer.
0 commit comments