Lines Matching full:uint16
54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
71 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list)
73 UINT16 xx;
104 xx = (UINT16)(p_out - p_len - 1);
123 UINT16 param_len;
165 param_len = (UINT16)(p - p_param_len - 2);
171 p_cmd->len = (UINT16)(p - p_start);
322 UINT16 xx;
323 UINT16 total, cur_handles, orig;
439 UINT16 param_len, list_byte_count;
564 param_len = (UINT16)(p - p_param_len - 2);
568 p_msg->len = (UINT16)(p - p_start);
599 UINT16 param_len, lists_byte_count = 0;
787 UINT16 attr_id;
896 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level)
901 UINT16 attr_type;
902 UINT16 id;
917 total_len = attr_len - 4 + (UINT16)sizeof (tSDP_DISC_ATTR);
930 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
994 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
995 p_attr->attr_value.v.u16 = (UINT16) p_attr->attr_value.v.u32;