Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_api.h225 } tBTA_HH_CONN; typedef
227 typedef tBTA_HH_CONN tBTA_HH_DEV_INFO;
296 tBTA_HH_CONN conn; /* BTA_HH_OPEN_EVT */
/system/bt/bta/hh/
Dbta_hh_act.c423 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl()
431 memset((void *)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
554 tBTA_HH_CONN conn ; in bta_hh_open_cmpl_act()
558 memset((void *)&conn, 0, sizeof (tBTA_HH_CONN)); in bta_hh_open_cmpl_act()
688 tBTA_HH_CONN conn ; in bta_hh_handsk_act()
826 tBTA_HH_CONN conn_dat ; in bta_hh_open_failure()
829 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
869 tBTA_HH_CONN conn_dat ; in bta_hh_close_act()
Dbta_hh_le.c2208 tBTA_HH_CONN conn_dat ; in bta_hh_le_open_fail()
/system/bt/btif/src/
Dbtif_hh.c1073 param_len = sizeof(tBTA_HH_CONN); in bte_hh_evt()