Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h43 #define BTA_HH_CLOSE_EVT 3 /* connection closed */ macro
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_main.c239 cback_event = BTA_HH_CLOSE_EVT; in bta_hh_sm_execute()
Dbta_hh_act.c505 (* bta_hh_cb.p_cback)(BTA_HH_CLOSE_EVT, (tBTA_HH *)&disc_dat); in bta_hh_api_disc_act()
783 UINT16 event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT; in bta_hh_close_act()
/external/bluetooth/bluedroid/btif/src/
Dbtif_util.c332 CASE_RETURN_STR(BTA_HH_CLOSE_EVT) in dump_hh_event()
Dbtif_hh.c794 case BTA_HH_CLOSE_EVT: in btif_hh_upstreams_evt()
1022 else if (BTA_HH_CLOSE_EVT == event) in bte_hh_evt()