zwj b937485ad1 add ble examples default sdkconfig for esp32s3 il y a 5 ans
..
main 7c1c669799 component/bt: add BLE v5.0 feature for bluedroid host il y a 5 ans
tutorial cba69dd088 Bluetooth examples restructuring il y a 6 ans
CMakeLists.txt 5b2fa1a5ad build_app: make multi target support readable il y a 5 ans
Makefile 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) il y a 5 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 Server Service Table Demo

This demo shows how to create a GATT service with an attribute table defined in one place. Provided API releases the user from adding attributes one by one as implemented in BLUEDROID. A demo of the other method to create the attribute table is presented in gatt_server_demo.

Please check the tutorial for more information about this example.