Home
last modified time | relevance | path

Searched refs:tBTA_HH_EVT (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h70 typedef uint16_t tBTA_HH_EVT; typedef
362 typedef void(tBTA_HH_CBACK)(tBTA_HH_EVT event, tBTA_HH* p_data);
/packages/modules/Bluetooth/system/bta/test/
Dbta_hh_test.cc96 bta_hh_cb.p_cback = [](tBTA_HH_EVT event, tBTA_HH* p_data) { in TEST_F()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc57 void bte_hh_evt(tBTA_HH_EVT event, tBTA_HH* p_data);
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_main.cc197 tBTA_HH_EVT cback_event = 0; in bta_hh_sm_execute()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc160 static void bte_hh_evt(tBTA_HH_EVT event, tBTA_HH* p_data);
1385 static void bte_hh_evt(tBTA_HH_EVT event, tBTA_HH* p_data) { in bte_hh_evt()
1484 tBTA_HH_EVT event = BTA_HH_VC_UNPLUG_EVT; in btif_hh_timer_timeout()
2246 void bte_hh_evt(tBTA_HH_EVT event, tBTA_HH* p_data) { in bte_hh_evt()