Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c824 if (p_inq->scan_type == INQ_LE_OBSERVE && p_inq->p_inq_ble_results_cb != NULL) { in BTM_StartInquiry()
2075 p_inq->p_inq_ble_results_cb = (tBTM_INQ_RESULTS_CB *) NULL; in btm_process_inq_complete()
2133 if (p_inq->p_inq_ble_results_cb != NULL) { in btm_process_inq_complete()
2135 BTM_BleObserve(1, 0, p_inq->p_inq_ble_results_cb, p_inq->p_inq_ble_cmpl_cb); in btm_process_inq_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h341 tBTM_INQ_RESULTS_CB *p_inq_ble_results_cb;/*results callback exclusively for LE observe*/ member