OVMS3-idf/examples/bluetooth/gattc_multi_connect
zhiweijian f1c4eda373 Component/bt: add set local MTU API
- add esp_ble_gatt_set_local_mtu( ) API
- modify esp_ble_gattc_config_mtu(esp_gatt_if_t gattc_if, uint16_t conn_id)
- modify  gattc demo
2017-09-01 21:55:28 +08:00
..
main Component/bt: add set local MTU API 2017-09-01 21:55:28 +08:00
Makefile t # This is a combination of 2 commits. 2017-08-08 20:15:38 +08:00
README.rst t # This is a combination of 2 commits. 2017-08-08 20:15:38 +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.