Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h148 #define BTA_AG_CLOSE_EVT 3 /* AG connection closed */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c147 CASE_RETURN_STR(BTA_AG_CLOSE_EVT) in dump_hf_event()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c401 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &close); in bta_ag_rfc_close()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c237 …else if ((BTA_AG_CLOSE_EVT == event) || (BTA_AG_AUDIO_OPEN_EVT == event) || (BTA_AG_AUDIO_CLOSE_EV… in bte_hf_evt()
1381 case BTA_AG_CLOSE_EVT: in btc_hf_cb_handler()