esp-idf/examples/bluetooth/ble_spp_server/main
xiewenxiang 46e7570dcd component/bt: add example for ble spp server
- 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
2017-08-22 16:56:20 +08:00
..
ble_spp_server_demo.c component/bt: add example for ble spp server 2017-08-22 16:56:20 +08:00
ble_spp_server_demo.h component/bt: add example for ble spp server 2017-08-22 16:56:20 +08:00
component.mk component/bt: add example for ble spp server 2017-08-22 16:56:20 +08:00