Searched refs:SDP_DE_TYPE_STRING (Results 1 – 2 of 2) sorted by relevance
97 if ((type == SDP_DE_TYPE_STRING) && (size == SDP_DE_SIZE_VAR_8)) { in ParseHidDescInfo()100 } else if ((type == SDP_DE_TYPE_STRING) && (size == SDP_DE_SIZE_VAR_16)) { in ParseHidDescInfo()
186 static constexpr uint8_t SDP_DE_TYPE_STRING = 4; variable