Searched refs:nest_level (Results 1 – 2 of 2) sorted by relevance
295 tSDP_DISC_ATTR* p_parent_attr, uint8_t nest_level) { in add_attr() argument303 uint8_t is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK; in add_attr()305 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK); in add_attr()354 if (nest_level >= MAX_NEST_LEVELS) { in add_attr()361 p_attr, (uint8_t)(nest_level + 1)); in add_attr()433 if (nest_level >= MAX_NEST_LEVELS) { in add_attr()439 nest_level |= SDP_ADDITIONAL_LIST_MASK; in add_attr()445 (uint8_t)(nest_level + 1)); in add_attr()
55 int nest_level) { in find_uuid_in_seq() argument61 if (nest_level > 3) return (false); in find_uuid_in_seq()74 if (find_uuid_in_seq(p, len, p_uuid, uuid_len, nest_level + 1)) in find_uuid_in_seq()