Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h52 #define BTA_HH_RMV_DEV_EVT 12 /* remove device finished */ macro
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_api.c403 p_buf->sub_event = BTA_HH_RMV_DEV_EVT; in BTA_HhRemoveDev()
Dbta_hh_act.c911 case BTA_HH_RMV_DEV_EVT: /* remove device */ in bta_hh_maint_dev_act()
/external/bluetooth/bluedroid/btif/src/
Dbtif_util.c346 CASE_RETURN_STR(BTA_HH_RMV_DEV_EVT) in dump_hh_event()
Dbtif_hh.c1019 case BTA_HH_RMV_DEV_EVT: in btif_hh_upstreams_evt()
1094 else if ((BTA_HH_ADD_DEV_EVT == event) || (BTA_HH_RMV_DEV_EVT == event) ) in bte_hh_evt()