Home
last modified time | relevance | path

Searched refs:BTA_HH_GET_IDLE_EVT (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_act.c706 case BTA_HH_GET_IDLE_EVT : in bta_hh_handsk_act()
773 case BTA_HH_GET_IDLE_EVT: in bta_hh_ctrl_dat_act()
1289 case BTA_HH_GET_IDLE_EVT: in bta_hh_get_w4_event()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h52 #define BTA_HH_GET_IDLE_EVT 8 /* BTA_HhGetIdle comes callback */ macro
/external/bluetooth/bluedroid/btif/src/
Dbtif_util.c375 CASE_RETURN_STR(BTA_HH_GET_IDLE_EVT) in dump_hh_event()
Dbtif_hh.c910 case BTA_HH_GET_IDLE_EVT: in btif_hh_upstreams_evt()
1108 …((BTA_HH_GET_PROTO_EVT == event) || (BTA_HH_GET_RPT_EVT == event)|| (BTA_HH_GET_IDLE_EVT == event)) in bte_hh_evt()