OVMS3-idf/examples/bluetooth/gattc_multi_connect
2018-01-03 11:13:27 +08:00
..
main component/bt : fix btdm mem release cause 0x3ffbbb28-0x3ffbdb28 add to region but should not. 2017-12-13 11:38:39 +08:00
tutorial component/bt: change pictures from .pdf to .png 2018-01-03 11:13:27 +08:00
Makefile t # This is a combination of 2 commits. 2017-08-08 20:15:38 +08:00
README.md component/bt: add link of tutorial in README.rst 2018-01-03 11:13:27 +08:00
sdkconfig.defaults t # This is a combination of 2 commits. 2017-08-08 20:15:38 +08:00

ESP-IDF GATT MULTIPLE CLIENT demo

This is the demo for user to use ESP_APIs to create a GATT Multi-connection Client. The gattc_multi_connect demo can connect three ble slaves at the same time. Modify the name of gatt_server demo named ESP_GATTS_DEMO_a, ESP_GATTS_DEMO_b and ESP_GATTS_DEMO_c, then run the three demos, the gattc_multi_connect demo will connect the three gatt_server demos, and then exchange data. Of course you can also modify the code to connect more devices, we default to connect up to 4 devices, more than 4 you need to modify menuconfig.

Please check the tutorial for more information about this example.