Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sco.c337 if (event != BTM_ESCO_CONN_REQ_EVT) { in bta_hf_client_esco_connreq_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c411 if (event == BTM_ESCO_CONN_REQ_EVT) in bta_ag_esco_connreq_cback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c998 p->esco.p_esco_cback(BTM_ESCO_CONN_REQ_EVT, (tBTM_ESCO_EVT_DATA *)&evt_data); in btm_sco_conn_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1116 #define BTM_ESCO_CONN_REQ_EVT 2 macro