Searched refs:p_opportunistic_obs_results_cb (Results 1 – 2 of 2) sorted by relevance
487 btm_cb.ble_ctr_cb.p_opportunistic_obs_results_cb = p_results_cb; in BTM_BleOpportunisticObserve()489 btm_cb.ble_ctr_cb.p_opportunistic_obs_results_cb = NULL; in BTM_BleOpportunisticObserve()2246 tBTM_INQ_RESULTS_CB* p_opportunistic_obs_results_cb = in btm_ble_process_adv_pkt_cont() local2247 btm_cb.ble_ctr_cb.p_opportunistic_obs_results_cb; in btm_ble_process_adv_pkt_cont()2248 if (p_opportunistic_obs_results_cb) { in btm_ble_process_adv_pkt_cont()2249 (p_opportunistic_obs_results_cb)((tBTM_INQ_RESULTS*)&p_i->inq_info.results, in btm_ble_process_adv_pkt_cont()2362 tBTM_INQ_RESULTS_CB* p_opportunistic_obs_results_cb = in btm_ble_process_adv_pkt_cont_for_inquiry() local2363 btm_cb.ble_ctr_cb.p_opportunistic_obs_results_cb; in btm_ble_process_adv_pkt_cont_for_inquiry()2364 if (p_opportunistic_obs_results_cb) { in btm_ble_process_adv_pkt_cont_for_inquiry()2365 (p_opportunistic_obs_results_cb)( in btm_ble_process_adv_pkt_cont_for_inquiry()
223 tBTM_INQ_RESULTS_CB* p_opportunistic_obs_results_cb; member