Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c929 p_inq->next_state = BTM_BR_ONE; in BTM_StartInquiry()
948 if ((p_inq->next_state == BTM_BR_ONE || p_inq->next_state == BTM_BR_TWO || in BTM_StartInquiry()
994 p_inq->next_state = BTM_BR_ONE; in BTM_StartInquiry()
2062 p_inq->next_state = BTM_BR_ONE; in btm_process_inq_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h85 BTM_BR_ONE, /*0 First state or BR/EDR scan 1*/ enumerator