Geng Yu Chao db8bcc60f9 Bugfix/btdm fix doc and host bug backport v3.3 6 роки тому
..
main 6c8a8664aa component/bt: add a option to make report adv data and scan response individually 7 роки тому
tutorial db8bcc60f9 Bugfix/btdm fix doc and host bug backport v3.3 6 роки тому
CMakeLists.txt d9939cedd9 cmake: make main a component again 7 роки тому
Makefile 382999b378 Moved examples to new folders / categories. Removed example numbers from example names 9 роки тому
README.md e22f8ad1aa component/bt: Update BLE examples tutorials and ReadMe files 8 роки тому
sdkconfig.defaults ee787085f9 component/bt : decrease memory consumption by conn number 7 роки тому

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.