Home
last modified time | relevance | path

Searched refs:nest_level (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
812 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level) in add_attr() argument
821 UINT8 is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK; in add_attr()
823 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK); in add_attr()
866 if (nest_level >= MAX_NEST_LEVELS) { in add_attr()
872 … p = add_attr (p, p_db, p_rec, ATTR_ID_PROTOCOL_DESC_LIST, p_attr, (UINT8)(nest_level + 1)); in add_attr()
949 if (nest_level >= MAX_NEST_LEVELS) { in add_attr()
954 nest_level |= SDP_ADDITIONAL_LIST_MASK; in add_attr()
960 p = add_attr (p, p_db, p_rec, 0, p_attr, (UINT8)(nest_level + 1)); in add_attr()
Dsdp_db.c49 UINT16 his_len, int nest_level);
129 UINT16 uuid_len, int nest_level) in find_uuid_in_seq() argument
136 if (nest_level > 3) { in find_uuid_in_seq()
149 if (find_uuid_in_seq (p, len, p_uuid, uuid_len, nest_level + 1)) { in find_uuid_in_seq()