Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_api.h56 #define BTA_HH_RMV_DEV_EVT 12 /* remove device finished */ macro
/system/bt/bta/hh/
Dbta_hh_api.cc368 p_buf->sub_event = BTA_HH_RMV_DEV_EVT; in BTA_HhRemoveDev()
Dbta_hh_act.cc990 case BTA_HH_RMV_DEV_EVT: /* remove device */ in bta_hh_maint_dev_act()
/system/bt/btif/src/
Dbtif_util.cc265 CASE_RETURN_STR(BTA_HH_RMV_DEV_EVT) in dump_hh_event()
Dbtif_hh.cc1056 case BTA_HH_RMV_DEV_EVT: in btif_hh_upstreams_evt()
1129 else if ((BTA_HH_ADD_DEV_EVT == event) || (BTA_HH_RMV_DEV_EVT == event)) in bte_hh_evt()