Lines Matching full:service_uuid
1545 if (len > (p_data->service_data.service_uuid.len + MIN_ADV_LENGTH))
1548 cp_len = len - MIN_ADV_LENGTH- p_data->service_data.service_uuid.len;
1552 *p++ = cp_len + 1 + p_data->service_data.service_uuid.len;
1553 if (p_data->service_data.service_uuid.len == LEN_UUID_16)
1556 UINT16_TO_STREAM(p, p_data->service_data.service_uuid.uu.uuid16);
1558 else if (p_data->service_data.service_uuid.len == LEN_UUID_32)
1561 UINT32_TO_STREAM(p, p_data->service_data.service_uuid.uu.uuid32);
1566 ARRAY_TO_STREAM(p, p_data->service_data.service_uuid.uu.uuid128,
1572 len -= (cp_len + MIN_ADV_LENGTH + p_data->service_data.service_uuid.len);