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.h240 } tBTA_HH_CONN; typedef
242 typedef tBTA_HH_CONN tBTA_HH_DEV_INFO;
302 tBTA_HH_CONN conn; /* BTA_HH_OPEN_EVT */
/system/bt/bta/hh/
Dbta_hh_act.cc395 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl()
401 memset((void*)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
517 tBTA_HH_CONN conn; in bta_hh_open_cmpl_act()
521 memset((void*)&conn, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_cmpl_act()
776 tBTA_HH_CONN conn_dat; in bta_hh_open_failure()
779 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
815 tBTA_HH_CONN conn_dat; in bta_hh_close_act()
Dbta_hh_le.cc1584 tBTA_HH_CONN conn_dat; in bta_hh_le_open_fail()
/system/bt/btif/src/
Dbtif_hh.cc1112 param_len = sizeof(tBTA_HH_CONN); in bte_hh_evt()