Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h247 } tBTA_HH_CONN; typedef
249 typedef tBTA_HH_CONN tBTA_HH_DEV_INFO;
309 tBTA_HH_CONN conn; /* BTA_HH_OPEN_EVT */
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_act.cc367 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl()
373 memset((void*)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()
609 tBTA_HH_CONN conn; in bta_hh_open_cmpl_act()
613 memset((void*)&conn, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_cmpl_act()
858 tBTA_HH_CONN conn_dat; in bta_hh_open_failure()
861 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()
897 tBTA_HH_CONN conn_dat; in bta_hh_close_act()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc401 static void hh_open_handler(tBTA_HH_CONN& conn) { in hh_open_handler()
1189 param_len = sizeof(tBTA_HH_CONN); in bte_hh_evt()