Angus Gratton 6b9784cc45 Merge branch 'master' into feature/cmake_update %!s(int64=7) %!d(string=hai) anos
..
main 340ad5c430 Component/bt: fix scan duplicate %!s(int64=7) %!d(string=hai) anos
tutorial e6262375a3 Component/bt: fix connect fail when remote addr type is random %!s(int64=8) %!d(string=hai) anos
CMakeLists.txt 800bffb8b0 cmake: Add CMakeLists.txt files for all examples %!s(int64=7) %!d(string=hai) anos
Makefile 382999b378 Moved examples to new folders / categories. Removed example numbers from example names %!s(int64=9) %!d(string=hai) anos
README.md e22f8ad1aa component/bt: Update BLE examples tutorials and ReadMe files %!s(int64=8) %!d(string=hai) anos
sdkconfig.defaults 63c738de4c sdkconfig: Remove rest of the references to WIFI_ENABLED %!s(int64=8) %!d(string=hai) anos

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.