XieWenxiang 508b033cc0 component/bt: fix some ble document description error il y a 4 ans
..
main 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 ans
tutorial 508b033cc0 component/bt: fix some ble document description error il y a 4 ans
CMakeLists.txt 5b2fa1a5ad build_app: make multi target support readable il y a 5 ans
Makefile cba69dd088 Bluetooth examples restructuring il y a 6 ans
README.md 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host il y a 5 ans
sdkconfig.defaults 871ea650f6 examples: fix sdkconfig warnings il y a 6 ans
sdkconfig.defaults.esp32 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host il y a 5 ans
sdkconfig.defaults.esp32c3 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host il y a 5 ans
sdkconfig.defaults.esp32s3 b937485ad1 add ble examples default sdkconfig for esp32s3 il y a 5 ans

README.md

Supported Targets ESP32 ESP32-C3

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.