Home
last modified time | relevance | path

Searched refs:p_target_announcement_obs_results_cb (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc496 btm_cb.ble_ctr_cb.p_target_announcement_obs_results_cb = p_results_cb; in BTM_BleTargetAnnouncementObserve()
498 btm_cb.ble_ctr_cb.p_target_announcement_obs_results_cb = NULL; in BTM_BleTargetAnnouncementObserve()
2254 tBTM_INQ_RESULTS_CB* p_target_announcement_obs_results_cb = in btm_ble_process_adv_pkt_cont() local
2255 btm_cb.ble_ctr_cb.p_target_announcement_obs_results_cb; in btm_ble_process_adv_pkt_cont()
2256 if (p_target_announcement_obs_results_cb) { in btm_ble_process_adv_pkt_cont()
2257 (p_target_announcement_obs_results_cb)( in btm_ble_process_adv_pkt_cont()
2370 tBTM_INQ_RESULTS_CB* p_target_announcement_obs_results_cb = in btm_ble_process_adv_pkt_cont_for_inquiry() local
2371 btm_cb.ble_ctr_cb.p_target_announcement_obs_results_cb; in btm_ble_process_adv_pkt_cont_for_inquiry()
2372 if (p_target_announcement_obs_results_cb) { in btm_ble_process_adv_pkt_cont_for_inquiry()
2373 (p_target_announcement_obs_results_cb)( in btm_ble_process_adv_pkt_cont_for_inquiry()
Dbtm_ble_int_types.h226 tBTM_INQ_RESULTS_CB* p_target_announcement_obs_results_cb; member