Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h138 #define BTA_AG_CONN_EVT 4 /* Service level connection opened */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c156 CASE_RETURN_STR(BTA_AG_CONN_EVT) in dump_hf_event()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c729 (*bta_ag_cb.p_cback)(BTA_AG_CONN_EVT, (tBTA_AG *) &evt); in bta_ag_svc_conn_open()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c228 else if (BTA_AG_CONN_EVT == event) { in bte_hf_evt()
1298 case BTA_AG_CONN_EVT: in btc_hf_cb_handler()