Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_ag_api.h136 #define BTA_AG_OPEN_EVT 2 /* AG connection open */ macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c154 CASE_RETURN_STR(BTA_AG_OPEN_EVT) in dump_hf_event()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c105 (*bta_ag_cb.p_cback)(BTA_AG_OPEN_EVT, (tBTA_AG *) &open); in bta_ag_cback_open()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c222 else if (BTA_AG_OPEN_EVT == event) { in bte_hf_evt()
1263 case BTA_AG_OPEN_EVT: in btc_hf_cb_handler()