Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h338 BTA_AG_CLOSE_EVT = 3, /* AG connection closed */ enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc169 CASE_RETURN_STRING(BTA_AG_CLOSE_EVT); in dump_hf_event()
Dbtif_hf.cc441 case BTA_AG_CLOSE_EVT: { in btif_hf_upstreams_evt()
739 else if ((BTA_AG_CLOSE_EVT == event) || (BTA_AG_AUDIO_OPEN_EVT == event) || in bte_hf_evt()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_act.cc435 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG*)&close); in bta_ag_rfc_close()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc427 std::make_pair(BTA_AG_CLOSE_EVT, "BTA_AG_CLOSE_EVT"), in TEST_F()