Home | History | Annotate | Download | only in sdp

Lines Matching refs:nest_level

53                          tSDP_DISC_ATTR* p_parent_attr, uint8_t nest_level);
772 tSDP_DISC_ATTR* p_parent_attr, uint8_t nest_level) {
780 uint8_t is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK;
782 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK);
822 /* SDP_TRACE_DEBUG ("SDP - attr nest level:%d(list)", nest_level); */
823 if (nest_level >= MAX_NEST_LEVELS) {
830 (uint8_t)(nest_level + 1));
902 /* SDP_TRACE_DEBUG ("SDP - attr nest level:%d", nest_level); */
903 if (nest_level >= MAX_NEST_LEVELS) {
909 nest_level |= SDP_ADDITIONAL_LIST_MASK;
910 /* SDP_TRACE_DEBUG ("SDP - attr nest level:0x%x(finish)", nest_level); */
914 p = add_attr(p, p_db, p_rec, 0, p_attr, (uint8_t)(nest_level + 1));