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.h220 } tBTA_HH_CONN; typedef
222 typedef tBTA_HH_CONN tBTA_HH_DEV_INFO;
282 tBTA_HH_CONN conn; /* BTA_HH_OPEN_EVT */
/system/bt/bta/hh/
Dbta_hh_act.cc400 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl()
408 memset((void*)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
523 tBTA_HH_CONN conn; in bta_hh_open_cmpl_act()
527 memset((void*)&conn, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_cmpl_act()
793 tBTA_HH_CONN conn_dat; in bta_hh_open_failure()
796 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
834 tBTA_HH_CONN conn_dat; in bta_hh_close_act()
Dbta_hh_le.cc1625 tBTA_HH_CONN conn_dat; in bta_hh_le_open_fail()
/system/bt/btif/src/
Dbtif_hh.cc1116 param_len = sizeof(tBTA_HH_CONN); in bte_hh_evt()