XieWenxiang 7ea602838f component/bt: fix some ble document description error 4 anos atrás
..
main afbaf74007 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 6 anos atrás
tutorial 7ea602838f component/bt: fix some ble document description error 4 anos atrás
CMakeLists.txt 5b2fa1a5ad build_app: make multi target support readable 5 anos atrás
Makefile cba69dd088 Bluetooth examples restructuring 6 anos atrás
README.md 5b2fa1a5ad build_app: make multi target support readable 5 anos atrás
sdkconfig.defaults 871ea650f6 examples: fix sdkconfig warnings 6 anos atrás

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.