Searched refs:nest_level (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_discovery.c | 54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level); 833 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level) in add_attr() argument 842 UINT8 is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK; in add_attr() 844 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK); in add_attr() 888 if (nest_level >= MAX_NEST_LEVELS) in add_attr() 895 … p = add_attr (p, p_db, p_rec, ATTR_ID_PROTOCOL_DESC_LIST, p_attr, (UINT8)(nest_level + 1)); in add_attr() 981 if (nest_level >= MAX_NEST_LEVELS) in add_attr() 987 nest_level |= SDP_ADDITIONAL_LIST_MASK; in add_attr() 993 p = add_attr (p, p_db, p_rec, 0, p_attr, (UINT8)(nest_level + 1)); in add_attr()
|
D | sdp_db.c | 45 UINT16 his_len, int nest_level); 119 UINT16 uuid_len, int nest_level) in find_uuid_in_seq() argument 126 if (nest_level > 3) in find_uuid_in_seq() 141 if (find_uuid_in_seq (p, len, p_uuid, uuid_len, nest_level + 1)) in find_uuid_in_seq()
|