esp-idf/examples/bluetooth/gatt_client
Angus Gratton ff2404a272 Merge branch 'master' into feature/cmake 2018-08-16 17:14:17 +10:00
..
main Merge branch 'bugfix/bt_fix_incorrect_handle_print' into 'master' 2018-08-14 14:16:53 +08:00
tutorial nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
CMakeLists.txt cmake: Add CMakeLists.txt files for all examples 2018-04-30 09:59:20 +10:00
Makefile
README.md
sdkconfig.defaults

README.md

ESP-IDF Gatt Client Demo

This is the demo for users to use ESP_APIs to create a GATT Client.

To test this demo, you can run the gatt_server_demo, which creates services and starts advertising. Gatt_client_demo will start scanning and connect to the gatt_server_demo automatically.

This demo will enable gatt server's notification function once the connection is established and then the devices start exchanging data.

Please check the tutorial for more information about this example.