]> granicus.if.org Git - esp-idf/commit
component/bt : gatt server
authorTian Hao <tianhao@espressif.com>
Thu, 17 Nov 2016 16:30:35 +0000 (00:30 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 17 Nov 2016 16:30:35 +0000 (00:30 +0800)
commit37365cef953ec91e1a00a33f905ecbfe11cb2f16
tree494d637d8b75883e854a68ba95b82ad240384646
parenta35e2d42f039ad2cd54841491183d52dcf88ecb4
component/bt : gatt server

1.add gatt server demo for user
2. some function didn't be tested
components/bt/bluedroid/api/esp_gap_ble_api.c
components/bt/bluedroid/api/include/esp_gap_ble_api.h
components/bt/bluedroid/btc/core/btc_task.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/btc/profile/std/gatt/btc_gatts.c
components/bt/bluedroid/btc/profile/std/include/btc_gap_ble.h
examples/09_gatt_server/Makefile [new file with mode: 0644]
examples/09_gatt_server/README.rst [new file with mode: 0644]
examples/09_gatt_server/main/component.mk [new file with mode: 0644]
examples/09_gatt_server/main/gatts_demo.c [new file with mode: 0644]