mirror of
https://github.com/espressif/esp-idf
synced 2025-04-13 10:10:09 -04:00
- the first characteristic is used to receive data from client. - the second characteristic is used to notify data to client. - the third characteristic is used to receive command from client, user can add code to process the command. - the fourth characteristic is used to notify status to client. - the fifth characteristic is used to keep ble connection
6 lines
145 B
ReStructuredText
6 lines
145 B
ReStructuredText
ESP-IDF GATT SERVER SPP demo
|
|
===============================================
|
|
|
|
This is the demo for user to realization BLE Serial Port Profile.
|
|
|