Home | History | Annotate | Download | only in hl

Lines Matching refs:p_rec

103     tBTA_HL_SDP_REC     *p_rec;
110 p_rec = &p_sdp->sdp_rec[i];
111 if (p_rec->ctrl_psm == ctrl_psm)
1878 tBTA_HL_SDP_REC *p_rec;
1890 p_rec = &p_mcb->sdp.sdp_rec[sdp_idx];
1891 for (i=0; i< p_rec->num_mdeps; i++)
1893 APPL_TRACE_DEBUG2("mdep_id %d peer_mdep_id %d",p_rec->mdep_cfg[i].mdep_id , peer_mdep_id);
1894 APPL_TRACE_DEBUG2("mdep_role %d peer_mdep_role %d",p_rec->mdep_cfg[i].mdep_role,
1896 if ( (p_rec->mdep_cfg[i].mdep_id == peer_mdep_id) &&
1897 (p_rec->mdep_cfg[i].mdep_role == peer_mdep_role))
1908 APPL_TRACE_DEBUG1("bta_hl_validate_peer_cfg failed num_mdeps=%d",p_rec->num_mdeps);