Home | History | Annotate | Download | only in sdp

Lines Matching defs:pversion

97     UINT16 pversion = 0;
117 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, &pversion))
119 record->mns.hdr.profile_version = pversion;
137 UINT16 pversion = -1;
170 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, &pversion))
172 record->mas.hdr.profile_version = pversion;
189 UINT16 pversion;
216 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_PHONE_ACCESS, &pversion))
218 record->pse.hdr.profile_version = pversion;
236 UINT16 pversion = -1;
252 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_OBEX_OBJECT_PUSH, &pversion))
254 record->ops.hdr.profile_version = pversion;
317 UINT16 pversion = -1;
332 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_SAP, &pversion))
334 record->sap.hdr.profile_version = pversion;