Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h220 } tBTA_HH_CONN; typedef
222 typedef tBTA_HH_CONN tBTA_HH_DEV_INFO;
298 tBTA_HH_CONN conn; /* BTA_HH_OPEN_EVT */
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c406 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl()
414 memset((void *)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
519 tBTA_HH_CONN conn ; in bta_hh_open_cmpl_act()
523 memset((void *)&conn, 0, sizeof (tBTA_HH_CONN)); in bta_hh_open_cmpl_act()
648 tBTA_HH_CONN conn ; in bta_hh_handsk_act()
791 tBTA_HH_CONN conn_dat ; in bta_hh_open_failure()
794 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
832 tBTA_HH_CONN conn_dat ; in bta_hh_close_act()
Dbta_hh_le.c2294 tBTA_HH_CONN conn_dat ; in bta_hh_le_open_fail()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c388 param_len = sizeof(tBTA_HH_CONN); in bte_hh_evt()