Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h53 #define BTA_HH_DISABLE_EVT 2 /* HH disabled */ macro
174 CASE_RETURN_STRING(BTA_HH_DISABLE_EVT); in bta_hh_event_text()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc332 (*bta_hh_cb.p_cback)(BTA_HH_DISABLE_EVT, &bta_hh); in bta_hh_cleanup_disable()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1004 case BTA_HH_DISABLE_EVT: in btif_hh_upstreams_evt()
1394 else if (BTA_HH_DISABLE_EVT == event) in bte_hh_evt()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc511 std::make_pair(BTA_HH_DISABLE_EVT, "BTA_HH_DISABLE_EVT"), in TEST_F()