]> granicus.if.org Git - esp-idf/commit
component/bt: Optimized broadcast callback function, send the callback function to...
authorYulong <huangyulong@espressif.com>
Wed, 29 Nov 2017 06:23:21 +0000 (01:23 -0500)
committerTian Hao <tianhao@espressif.com>
Fri, 15 Dec 2017 10:17:02 +0000 (18:17 +0800)
commit7e488b0c6bcf95a12e19ff2e6b9fcb70cd23d1ac
tree60a4b25d09359e960969d8f2bc69f49d53acd03f
parent043ef32651fada9f66362949deecfe101c636e6c
component/bt: Optimized broadcast callback function, send the callback function to the application after the controller confirms receipt of the broadcast start.

1. optimiz the ble stop adv callback function.
2. added the osi_mutex_unlock in the bta_gattc_wait4_service_change_ccc_cback function when the p_timer_param == NULL ||  p_conn == NULL.
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/gatt/bta_gattc_act.c
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
components/bt/bluedroid/stack/include/btm_ble_api.h
components/bt/bluedroid/stack/include/btm_ble_int.h