Searched refs:SDP_DE_SIZE_VAR_8 (Results 1 – 2 of 2) sorted by relevance
97 if ((type == SDP_DE_TYPE_STRING) && (size == SDP_DE_SIZE_VAR_8)) { in ParseHidDescInfo()137 if ((attribute.attributeValue[0] & SDP_SIZE_MASK) == SDP_DE_SIZE_VAR_8) { in CheckAttributeValueLengthAvalid()
189 static constexpr uint8_t SDP_DE_SIZE_VAR_8 = 5; variable