Searched refs:BTM_BleObserve (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 1748 tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT32 duration,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 2135 BTM_BleObserve(1, 0, p_inq->p_inq_ble_results_cb, p_inq->p_inq_ble_cmpl_cb); in btm_process_inq_complete()
|
D | btm_ble_gap.c | 467 tBTM_STATUS BTM_BleObserve(BOOLEAN start, UINT32 duration, in BTM_BleObserve() function
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 5274 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()
|