Home
last modified time | relevance | path

Searched refs:BTA_HH_CLOSE_EVT (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h55 #define BTA_HH_CLOSE_EVT 4 /* connection closed */ macro
176 CASE_RETURN_STRING(BTA_HH_CLOSE_EVT); in bta_hh_event_text()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_main.cc258 cback_event = BTA_HH_CLOSE_EVT; in bta_hh_sm_execute()
Dbta_hh_act.cc543 (*bta_hh_cb.p_cback)(BTA_HH_CLOSE_EVT, &bta_hh); in bta_hh_api_disc_act()
854 uint16_t event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT; in bta_hh_close_act()
Dbta_hh_le.cc1764 (*bta_hh_cb.p_cback)(BTA_HH_CLOSE_EVT, (tBTA_HH*)&disc_dat); in bta_hh_gatt_close()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1035 case BTA_HH_CLOSE_EVT: in btif_hh_upstreams_evt()
1396 else if (BTA_HH_CLOSE_EVT == event) in bte_hh_evt()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc513 std::make_pair(BTA_HH_CLOSE_EVT, "BTA_HH_CLOSE_EVT"), in TEST_F()