]> granicus.if.org Git - esp-idf/commit
component/bt : add adv/scan start complete event
authorTian Hao <tianhao@espressif.com>
Thu, 23 Feb 2017 09:32:46 +0000 (17:32 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 23 Feb 2017 09:54:22 +0000 (17:54 +0800)
commitb5826978892da8230ac0084c4d8e22ab6844f43a
treeb1ffaa8379e8f2b899978698dda3746362d87dd3
parent7dfb1c2e971b01f7c8e01307b6bed0a27e5bbdc7
component/bt : add adv/scan start complete event

1. indicate adv/scan start complete success or failed
2. controller do limit of adv/scan concurrence, so add some codes to report adv/scan start failed or not.
components/bt/bluedroid/api/include/esp_gap_ble_api.h
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/dm/bta_dm_api.c
components/bt/bluedroid/bta/dm/bta_dm_int.h
components/bt/bluedroid/bta/include/bta_api.h
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/stack/btm/btm_ble_gap.c
docs/api/bluetooth/esp_gap_ble.rst
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_server/main/gatts_demo.c
examples/bluetooth/gatt_server_service_table/main/gatts_table_creat_demo.c