Lines Matching full:uint16
54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
72 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list)
74 UINT16 xx;
105 xx = (UINT16)(p_out - p_len - 1);
124 UINT16 param_len;
160 param_len = (UINT16)(p - p_param_len - 2);
166 p_cmd->len = (UINT16)(p - p_start);
285 UINT16 xx;
286 UINT16 total, cur_handles, orig;
400 UINT16 param_len, list_byte_count;
511 param_len = (UINT16)(p - p_param_len - 2);
515 p_msg->len = (UINT16)(p - p_start);
548 UINT16 param_len, lists_byte_count = 0;
724 UINT16 attr_id;
833 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level)
838 UINT16 attr_type;
839 UINT16 id;
854 total_len = attr_len - 4 + (UINT16)sizeof (tSDP_DISC_ATTR);
867 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
931 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
932 p_attr->attr_value.v.u16 = (UINT16) p_attr->attr_value.v.u32;