Home
last modified time | relevance | path

Searched refs:BTM_BleObserve (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1748 tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT32 duration,
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2135 BTM_BleObserve(1, 0, p_inq->p_inq_ble_results_cb, p_inq->p_inq_ble_cmpl_cb); in btm_process_inq_complete()
Dbtm_ble_gap.c467 tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT32 duration, in BTM_BleObserve() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5274 if ((status = BTM_BleObserve(TRUE, p_data->ble_observe.duration, in bta_dm_ble_observe()
5285 status = BTM_BleObserve(FALSE, 0, NULL, NULL); in bta_dm_ble_observe()