Home | History | Annotate | Download | only in sdp

Lines Matching refs:xx

58     UINT16       xx;
62 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
86 UINT16 xx;
92 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
115 UINT16 xx;
119 for (xx = 0, p_ccb = sdp_cb.ccb; xx < SDP_MAX_CONNECTIONS; xx++, p_ccb++)
180 UINT16 xx;
185 xx = 5;
187 xx = num_attrs * 3;
189 if (xx > 255)
192 UINT16_TO_BE_STREAM (p_out, xx);
197 UINT8_TO_BE_STREAM (p_out, xx);
210 for (xx = 0; xx < num_attrs; xx++, p_attr++)
640 UINT16 xx;
642 for (xx = 4; xx < MAX_UUID_SIZE; xx++)
643 if (p_uuid[xx] != sdp_base_uuid[xx])
885 UINT16 xx;
889 for (xx = 0; xx < attr_seq->num_attr; xx++)
893 start_id = attr_seq->attr_entry[xx].start;
894 end_id = attr_seq->attr_entry[xx].end;
908 xx--;