Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h48 #define BTA_HH_CLOSE_EVT 3 /* connection closed */ macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c215 CASE_RETURN_STR(BTA_HH_CLOSE_EVT) in dump_hh_event()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_main.c337 cback_event = BTA_HH_CLOSE_EVT; in bta_hh_sm_execute()
Dbta_hh_act.c500 (* bta_hh_cb.p_cback)(BTA_HH_CLOSE_EVT, (tBTA_HH *)&disc_dat); in bta_hh_api_disc_act()
837 UINT16 event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT; in bta_hh_close_act()
Dbta_hh_le.c2340 (*bta_hh_cb.p_cback)(BTA_HH_CLOSE_EVT, (tBTA_HH *)&disc_dat); in bta_hh_gatt_close()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c390 case BTA_HH_CLOSE_EVT: in bte_hh_evt()
1363 case BTA_HH_CLOSE_EVT: in btc_hh_cb_handler()