Searched refs:nest_level (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_discovery.cc | 298 uint16_t attr_id, tSDP_DISC_ATTR* p_parent_attr, uint8_t nest_level) { in add_attr() argument 306 uint8_t is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK; in add_attr() 308 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK); in add_attr() 365 if (nest_level >= MAX_NEST_LEVELS) { in add_attr() 372 (uint8_t)(nest_level + 1)); in add_attr() 441 if (nest_level >= MAX_NEST_LEVELS) { in add_attr() 446 nest_level |= SDP_ADDITIONAL_LIST_MASK; in add_attr() 452 p = add_attr(p, p_end, p_db, p_rec, 0, p_attr, (uint8_t)(nest_level + 1)); in add_attr()
|
D | sdp_db.cc | 54 int nest_level) { in find_uuid_in_seq() argument 60 if (nest_level > 3) { in find_uuid_in_seq() 77 if (find_uuid_in_seq(p, len, p_uuid, uuid_len, nest_level + 1)) { in find_uuid_in_seq()
|