Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c856 if (p_inq->next_state == BTM_FINISH) { in BTM_StartInquiry()
921 p_inq->next_state = BTM_FINISH; in BTM_StartInquiry()
982 p_inq->next_state = BTM_FINISH; in BTM_StartInquiry()
2060 if (status != HCI_SUCCESS || p_inq->next_state == BTM_FINISH || !p_inq->inq_active) { in btm_process_inq_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h89 BTM_FINISH, /*4 End of Interleave Scan, or normal scan*/ enumerator