Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h61 #define BTA_HH_SET_IDLE_EVT 10 /* BTA_HhSetIdle finish callback */ macro
183 CASE_RETURN_STRING(BTA_HH_SET_IDLE_EVT); in bta_hh_event_text()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc699 case BTA_HH_SET_IDLE_EVT: in bta_hh_handsk_act()
776 case BTA_HH_SET_IDLE_EVT: in bta_hh_ctrl_dat_act()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1171 case BTA_HH_SET_IDLE_EVT: in btif_hh_upstreams_evt()
1411 (BTA_HH_VC_UNPLUG_EVT == event) || (BTA_HH_SET_IDLE_EVT == event)) in bte_hh_evt()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc520 std::make_pair(BTA_HH_SET_IDLE_EVT, "BTA_HH_SET_IDLE_EVT"), in TEST_F()