baohongde b310c062cd components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller 4 lat temu
..
main 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 lat temu
tutorial 461f2bd186 component/bt: fix some ble document description error 4 lat temu
CMakeLists.txt 5b2fa1a5ad build_app: make multi target support readable 5 lat temu
Makefile cba69dd088 Bluetooth examples restructuring 6 lat temu
README.md 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host 5 lat temu
sdkconfig.defaults 871ea650f6 examples: fix sdkconfig warnings 6 lat temu
sdkconfig.defaults.esp32 b310c062cd components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller 4 lat temu
sdkconfig.defaults.esp32c3 b310c062cd components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller 4 lat temu
sdkconfig.defaults.esp32s3 b310c062cd components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller 4 lat temu

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.