]> granicus.if.org Git - esp-idf/commit
component/bt:move the btdm_rebase_ssp_api branch to this branch
authorYulong <huangyulong@espressif.com>
Thu, 13 Apr 2017 14:14:28 +0000 (10:14 -0400)
committerYulong <huangyulong@espressif.com>
Thu, 13 Apr 2017 14:14:28 +0000 (10:14 -0400)
commitc6a516f122e202e58d1db7cdb0bc8f07dd87b895
tree58ecbcb090a63ad306a4a4602f801792096897b7
parent9050307dfe600c915adaccf8076220d6474876db
component/bt:move the btdm_rebase_ssp_api branch to this branch
24 files changed:
components/bt/bluedroid/api/esp_gap_ble_api.c
components/bt/bluedroid/api/include/esp_bt_defs.h
components/bt/bluedroid/api/include/esp_gap_ble_api.h
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/include/bta_dm_co.h
components/bt/bluedroid/btc/core/btc_ble_storage.c [new file with mode: 0644]
components/bt/bluedroid/btc/core/btc_dm.c
components/bt/bluedroid/btc/core/btc_util.c
components/bt/bluedroid/btc/include/btc_ble_storage.h [new file with mode: 0644]
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/btc/profile/std/include/btc_gap_ble.h
components/bt/bluedroid/btif/bta_dm_co.c
components/bt/bluedroid/stack/btm/btm_acl.c
components/bt/bluedroid/stack/include/btm_api.h
components/bt/bluedroid/stack/smp/smp_l2c.c
components/bt/bluedroid/stack/smp/smp_main.c
docs/api/bluetooth/esp_bt_defs.rst
docs/api/bluetooth/esp_gap_ble.rst
examples/bluetooth/gatt_security_server/Makefile [new file with mode: 0644]
examples/bluetooth/gatt_security_server/README.rst [new file with mode: 0644]
examples/bluetooth/gatt_security_server/main/component.mk [new file with mode: 0644]
examples/bluetooth/gatt_security_server/main/example_ble_sec_gatts_demo.c [new file with mode: 0644]
examples/bluetooth/gatt_security_server/main/example_ble_sec_gatts_demo.h [new file with mode: 0644]
examples/bluetooth/gatt_security_server/sdkconfig.defaults [new file with mode: 0644]