OVMS3-idf/examples/bluetooth/gatt_server_service_table
2019-01-31 20:47:36 +08:00
..
main Component/bt: fix comment error 2019-01-31 20:47:36 +08:00
tutorial Component/bt: fix connection interval error in slave adv params 2018-09-30 11:14:27 +00:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
Makefile Moved examples to new folders / categories. Removed example numbers from example names 2017-01-16 23:08:35 +01:00
README.md component/bt: Update BLE examples tutorials and ReadMe files 2018-01-25 16:59:40 +08:00
sdkconfig.defaults component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00

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.