Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c855 if (p_inq->next_state == BTM_FINISH) { in BTM_StartInquiry()
920 p_inq->next_state = BTM_FINISH; in BTM_StartInquiry()
981 p_inq->next_state = BTM_FINISH; in BTM_StartInquiry()
2059 if (status != HCI_SUCCESS || p_inq->next_state == BTM_FINISH || !p_inq->inq_active) { in btm_process_inq_complete()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h87 BTM_FINISH, /*4 End of Interleave Scan, or normal scan*/ enumerator