Home | History | Annotate | Download | only in hh

Lines Matching refs:conn_data

622     tBTA_HH_API_CONN    conn_data;
644 memset(&conn_data, 0, sizeof(tBTA_HH_API_CONN));
645 bdcpy(conn_data.bd_addr, p_cb->addr);
646 bta_hh_start_sdp(p_cb, (tBTA_HH_DATA *)&conn_data);