]> granicus.if.org Git - esp-idf/commit
component/bt : Optimize Gatt attr table and fix some bugs
authorIsland <island@espressif.com>
Wed, 11 Jan 2017 16:48:48 +0000 (00:48 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 12 Jan 2017 03:49:15 +0000 (11:49 +0800)
commit9f151d745ea6b4c5204f3e1e6b66d2d048214d4d
treed8f1ee94805a9d29c608c1301b32fca4407574ea
parentd512d6100cb65804305b4f33084df0142811f771
component/bt : Optimize Gatt attr table and fix some bugs

1. Optimize GATT attribute table structure
2. fix read/write bugs
3. add docs
12 files changed:
components/bt/bluedroid/api/include/esp_gatt_defs.h
components/bt/bluedroid/api/include/esp_gatts_api.h
components/bt/bluedroid/bta/gatt/bta_gatts_act.c
components/bt/bluedroid/bta/gatt/bta_gatts_api.c
components/bt/bluedroid/btc/profile/std/gatt/btc_gatts.c
components/bt/bluedroid/stack/gatt/gatt_db.c
components/bt/bluedroid/stack/gatt/gatt_sr.c
components/bt/bluedroid/stack/include/gatt_api.h
docs/api/esp_gatt_defs.rst
docs/api/esp_gatts.rst
examples/30_gatt_server_table_create/main/gatts_table_creat_demo.c
examples/30_gatt_server_table_create/main/gatts_table_creat_demo.h