Searched refs:p_inq_ble_results_cb (Results 1 – 2 of 2) sorted by relevance
841 if(p_inq->scan_type==INQ_LE_OBSERVE && p_inq->p_inq_ble_results_cb!=NULL) in BTM_StartInquiry()2132 p_inq->p_inq_ble_results_cb = (tBTM_INQ_RESULTS_CB *) NULL; in btm_process_inq_complete()2194 if(p_inq->p_inq_ble_results_cb != NULL) in btm_process_inq_complete()2197 BTM_BleObserve(1,0, p_inq->p_inq_ble_results_cb, p_inq->p_inq_ble_cmpl_cb); in btm_process_inq_complete()
270 tBTM_INQ_RESULTS_CB *p_inq_ble_results_cb;/*results callback exclusively for LE observe*/ member