esp-idf/examples/bluetooth/bluedroid/ble/gatt_client
liminyang 8364bca3f4 docs:perfect 128-bit UUID description
The previous description is not easy for the reader to understand, some changees have been made to perfect it.
Closes https://github.com/espressif/esp-idf/issues/5057
2020-06-17 11:58:41 +08:00
..
main
tutorial docs:perfect 128-bit UUID description 2020-06-17 11:58:41 +08:00
CMakeLists.txt
Makefile
README.md
sdkconfig.defaults

README.md

Supported Targets ESP32

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.