Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h60 #define BTA_HH_GET_IDLE_EVT 9 /* BTA_HhGetIdle comes callback */ macro
180 CASE_RETURN_STRING(BTA_HH_GET_IDLE_EVT); in bta_hh_event_text()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc686 case BTA_HH_GET_IDLE_EVT: in bta_hh_handsk_act()
755 case BTA_HH_GET_IDLE_EVT: in bta_hh_ctrl_dat_act()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1157 case BTA_HH_GET_IDLE_EVT: in btif_hh_upstreams_evt()
1400 else if ((BTA_HH_GET_PROTO_EVT == event) || (BTA_HH_GET_IDLE_EVT == event)) in bte_hh_evt()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc517 std::make_pair(BTA_HH_GET_IDLE_EVT, "BTA_HH_GET_IDLE_EVT"), in TEST_F()