Home | History | Annotate | Download | only in sdp

Lines Matching full:uint16

45                                  UINT16 his_len, int nest_level);
61 UINT16 xx, yy;
119 UINT16 uuid_len, int nest_level)
189 tSDP_ATTRIBUTE *sdp_db_find_attr_in_rec (tSDP_RECORD *p_rec, UINT16 start_attr,
190 UINT16 end_attr)
193 UINT16 xx;
218 static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
221 UINT16 xx, yy, len;
332 UINT16 xx, yy, zz;
395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type,
399 UINT16 xx, yy, zz;
527 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem,
531 UINT16 xx;
605 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids,
606 UINT16 *p_uuids)
609 UINT16 xx;
650 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem,
680 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem,
684 UINT16 xx;
727 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid,
728 UINT16 version)
771 BOOLEAN SDP_AddLanguageBaseAttrIDList (UINT32 handle, UINT16 lang,
772 UINT16 char_enc, UINT16 base_id)
782 /* element sequence. The sequence consists of 9 bytes (3 UINt16 fields) */
814 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services,
815 UINT16 *p_service_uuids)
818 UINT16 xx;
851 BOOLEAN SDP_DeleteAttribute (UINT32 handle, UINT16 attr_id)
854 UINT16 xx, yy;
931 UINT16 start = 0;
932 UINT16 end = 0xffff;
934 UINT16 rem_len;
945 rem_len = *p_data_len - (UINT16) (p_rsp - p_data);