Searched refs:SDP_ATTRIBUTE_ID_LIST_MAX_COUNT (Results 1 – 2 of 2) sorted by relevance
80 #define SDP_ATTRIBUTE_ID_LIST_MAX_COUNT 12 macro409 uint16_t attributeId[SDP_ATTRIBUTE_ID_LIST_MAX_COUNT];
83 if (attributeIdList.attributeIdList.attributeIdNumber > SDP_ATTRIBUTE_ID_LIST_MAX_COUNT) { in SdpBuildAttributeList()84 attributeIdList.attributeIdList.attributeIdNumber = SDP_ATTRIBUTE_ID_LIST_MAX_COUNT; in SdpBuildAttributeList()