Searched refs:conn_dat (Results 1 – 1 of 1) sorted by relevance
374 tBTA_HH_CONN conn_dat; in bta_hh_sdp_cmpl() local380 memset((void*)&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_sdp_cmpl()381 conn_dat.handle = p_cb->hid_handle; in bta_hh_sdp_cmpl()382 conn_dat.link_spec = p_cb->link_spec; in bta_hh_sdp_cmpl()425 conn_dat.status = status; in bta_hh_sdp_cmpl()426 (*bta_hh_cb.p_cback)(BTA_HH_OPEN_EVT, (tBTA_HH*)&conn_dat); in bta_hh_sdp_cmpl()806 tBTA_HH_CONN conn_dat; in bta_hh_open_failure() local809 memset(&conn_dat, 0, sizeof(tBTA_HH_CONN)); in bta_hh_open_failure()810 conn_dat.handle = p_cb->hid_handle; in bta_hh_open_failure()811 conn_dat.status = in bta_hh_open_failure()[all …]