Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h140 #define BTA_AG_AUDIO_CLOSE_EVT 6 /* Audio connection closed */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c158 CASE_RETURN_STR(BTA_AG_AUDIO_CLOSE_EVT) in dump_hf_event()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sco.c684 bta_ag_cback_sco(p_scb, BTA_AG_AUDIO_CLOSE_EVT); in bta_ag_cn_timer_cback()
1572 bta_ag_cback_sco(p_scb, BTA_AG_AUDIO_CLOSE_EVT); in bta_ag_sco_conn_close()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c225 …A_AG_CLOSE_EVT == event) || (BTA_AG_AUDIO_OPEN_EVT == event) || (BTA_AG_AUDIO_CLOSE_EVT == event))… in bte_hf_evt()
1361 case BTA_AG_AUDIO_CLOSE_EVT: in btc_hf_cb_handler()