esp-idf/examples/bluetooth/gatt_client
Angus Gratton 7f50bb7e7f Merge branch 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +10:00
..
main nvs_flash: Version compatibility check for nvs storage 2018-08-08 12:43:50 +05:30
tutorial nvs_flash: Version compatibility check for nvs storage 2018-08-08 12:43:50 +05:30
CMakeLists.txt
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.