Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h41 #define BTA_HD_CLOSE_EVT 5 /* connection to host closed */ macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc223 case BTA_HD_CLOSE_EVT: in btif_hd_upstreams_evt()
310 case BTA_HD_CLOSE_EVT: in bte_hd_evt()
Dbtif_util.cc240 CASE_RETURN_STRING(BTA_HD_CLOSE_EVT); in dump_hd_event()
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_act.cc492 tBTA_HD_EVT cback_event = BTA_HD_CLOSE_EVT; in bta_hd_close_act()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc540 std::make_pair(BTA_HD_CLOSE_EVT, "BTA_HD_CLOSE_EVT"), in TEST_F()