Lines Matching full:uint16
56 tCONN_CB *sdpu_find_ccb_by_cid (UINT16 cid)
58 UINT16 xx;
86 UINT16 xx;
115 UINT16 xx;
178 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs)
180 UINT16 xx;
313 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text)
316 UINT16 rsp_param_len;
369 UINT8 *sdpu_extract_uid_seq (UINT8 *p, UINT16 param_len, tSDP_UUID_SEQ *p_seq)
453 p_seq->uuid_entry[p_seq->num_uids].len = (UINT16) uuid_len;
483 UINT8 *sdpu_extract_attr_seq (UINT8 *p, UINT16 param_len, tSDP_ATTR_SEQ *p_seq)
590 UINT16 u16;
620 *p_len = (UINT16) u32;
640 UINT16 xx;
663 BOOLEAN sdpu_compare_uuid_arrays (UINT8 *p_uuid1, UINT32 len1, UINT8 *p_uuid2, UINT16 len2)
774 UINT16 attr_len = SDP_DISC_ATTR_LEN (p_attr->attr_len_type);
808 void sdpu_sort_attr_list( UINT16 num_attr, tSDP_DISCOVERY_DB *p_db )
810 UINT16 i;
811 UINT16 x;
851 UINT16 sdpu_get_list_len(tSDP_UUID_SEQ *uid_seq, tSDP_ATTR_SEQ *attr_seq)
854 UINT16 len = 0;
855 UINT16 len1;
881 UINT16 sdpu_get_attrib_seq_len(tSDP_RECORD *p_rec, tSDP_ATTR_SEQ *attr_seq)
884 UINT16 len1 = 0;
885 UINT16 xx;
887 UINT16 start_id=0, end_id=0;
929 UINT16 sdpu_get_attrib_entry_len(tSDP_ATTRIBUTE *p_attr)
931 UINT16 len = 3;
1000 UINT8 *sdpu_build_partial_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr, UINT16 len, UINT16 *offset)
1005 UINT16 attr_len;
1040 void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128)
1042 UINT16 uuid16_bo;