Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_api.h52 #define BTA_HH_GET_IDLE_EVT 8 /* BTA_HhGetIdle comes callback */ macro
/system/bt/bta/hh/
Dbta_hh_act.c705 case BTA_HH_GET_IDLE_EVT : in bta_hh_handsk_act()
772 case BTA_HH_GET_IDLE_EVT: in bta_hh_ctrl_dat_act()
1290 case BTA_HH_GET_IDLE_EVT: in bta_hh_get_w4_event()
/system/bt/btif/src/
Dbtif_util.c358 CASE_RETURN_STR(BTA_HH_GET_IDLE_EVT) in dump_hh_event()
Dbtif_hh.c889 case BTA_HH_GET_IDLE_EVT: in btif_hh_upstreams_evt()
1080 …((BTA_HH_GET_PROTO_EVT == event) || (BTA_HH_GET_RPT_EVT == event)|| (BTA_HH_GET_IDLE_EVT == event)) in bte_hh_evt()