Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h64 #define BTA_HH_RMV_DEV_EVT 13 /* remove device finished */ macro
186 CASE_RETURN_STRING(BTA_HH_RMV_DEV_EVT); in bta_hh_event_text()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc359 p_buf->sub_event = BTA_HH_RMV_DEV_EVT; in BTA_HhRemoveDev()
Dbta_hh_act.cc992 case BTA_HH_RMV_DEV_EVT: /* remove device */ in bta_hh_maint_dev_act()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1282 case BTA_HH_RMV_DEV_EVT: in btif_hh_upstreams_evt()
1413 else if ((BTA_HH_ADD_DEV_EVT == event) || (BTA_HH_RMV_DEV_EVT == event)) in bte_hh_evt()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc523 std::make_pair(BTA_HH_RMV_DEV_EVT, "BTA_HH_RMV_DEV_EVT"), in TEST_F()