]> granicus.if.org Git - esp-idf/commit
component bt:Added the create attribute table method to the new API
authorYulong <huangyulong@espressif.com>
Fri, 23 Dec 2016 16:28:47 +0000 (11:28 -0500)
committerTian Hao <tianhao@espressif.com>
Wed, 11 Jan 2017 08:57:19 +0000 (16:57 +0800)
commitd512d6100cb65804305b4f33084df0142811f771
treeb1f717e25333f66e02f516b3a158a66647073171
parent0c01ef68f17ebe4021c7b1b79563f6adc84d8cfd
component bt:Added the create attribute table method to the new API
37 files changed:
components/bt/bluedroid/api/esp_blufi_api.c
components/bt/bluedroid/api/esp_bt_main.c
components/bt/bluedroid/api/esp_gap_ble_api.c
components/bt/bluedroid/api/esp_gattc_api.c
components/bt/bluedroid/api/esp_gatts_api.c
components/bt/bluedroid/api/include/esp_gap_ble_api.h
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/bta/gatt/bta_gatts_main.c
components/bt/bluedroid/bta/include/bta_gatt_api.h
components/bt/bluedroid/bta/include/bta_gatts_int.h
components/bt/bluedroid/btc/profile/esp/blufi/blufi_prf.c
components/bt/bluedroid/btc/profile/std/gatt/btc_gatts.c
components/bt/bluedroid/btc/profile/std/include/btc_gatts.h
components/bt/bluedroid/hci/packet_fragmenter.c
components/bt/bluedroid/stack/gap/gap_ble.c
components/bt/bluedroid/stack/gatt/gatt_api.c
components/bt/bluedroid/stack/gatt/gatt_attr.c
components/bt/bluedroid/stack/gatt/gatt_db.c
components/bt/bluedroid/stack/gatt/gatt_main.c
components/bt/bluedroid/stack/gatt/gatt_sr.c
components/bt/bluedroid/stack/gatt/gatt_utils.c
components/bt/bluedroid/stack/gatt/include/gatt_int.h
components/bt/bluedroid/stack/include/gatt_api.h
components/bt/bluedroid/stack/smp/smp_main.c
docs/api/esp_blufi.rst
docs/api/esp_gatt_defs.rst
docs/api/esp_gatts.rst
examples/14_gatt_server/main/gatts_demo.c
examples/30_gatt_server_table_create/Makefile [new file with mode: 0644]
examples/30_gatt_server_table_create/README.rst [new file with mode: 0644]
examples/30_gatt_server_table_create/main/component.mk [new file with mode: 0644]
examples/30_gatt_server_table_create/main/gatts_table_creat_demo.c [new file with mode: 0644]
examples/30_gatt_server_table_create/main/gatts_table_creat_demo.h [new file with mode: 0644]
examples/30_gatt_server_table_create/sdkconfig.defaults [new file with mode: 0644]