Searched refs:MAX_ARR_LEN (Results 1 – 1 of 1) sorted by relevance
272 #define MAX_ARR_LEN 200 in SDP_AddAttribute() macro274 char num_array[2 * MAX_ARR_LEN + 1] = {0}; in SDP_AddAttribute()275 uint32_t len = (attr_len > MAX_ARR_LEN) ? MAX_ARR_LEN : attr_len; in SDP_AddAttribute()276 #undef MAX_ARR_LEN in SDP_AddAttribute()