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.c433 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl()
441 memset((void *)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
555 tBTA_HH_CONN conn ; in bta_hh_open_cmpl_act()
559 memset((void *)&conn, 0, sizeof (tBTA_HH_CONN)); in bta_hh_open_cmpl_act()
689 tBTA_HH_CONN conn ; in bta_hh_handsk_act()
827 tBTA_HH_CONN conn_dat ; in bta_hh_open_failure()
830 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
867 tBTA_HH_CONN conn_dat ; in bta_hh_close_act()
Dbta_hh_le.c2412 tBTA_HH_CONN conn_dat ; in bta_hh_le_open_fail()
/system/bt/btif/src/
Dbtif_hh.c1098 param_len = sizeof(tBTA_HH_CONN); in bte_hh_evt()