Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/sdp/
Dsdp_discovery.c54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level);
896 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level) in add_attr() argument
905 UINT8 is_additional_list = nest_level & SDP_ADDITIONAL_LIST_MASK; in add_attr()
907 nest_level &= ~(SDP_ADDITIONAL_LIST_MASK); in add_attr()
951 if (nest_level >= MAX_NEST_LEVELS) in add_attr()
958 … p = add_attr (p, p_db, p_rec, ATTR_ID_PROTOCOL_DESC_LIST, p_attr, (UINT8)(nest_level + 1)); in add_attr()
1044 if (nest_level >= MAX_NEST_LEVELS) in add_attr()
1050 nest_level |= SDP_ADDITIONAL_LIST_MASK; in add_attr()
1056 p = add_attr (p, p_db, p_rec, 0, p_attr, (UINT8)(nest_level + 1)); in add_attr()
Dsdp_db.c46 UINT16 his_len, int nest_level);
120 UINT16 uuid_len, int nest_level) in find_uuid_in_seq() argument
127 if (nest_level > 3) in find_uuid_in_seq()
142 if (find_uuid_in_seq (p, len, p_uuid, uuid_len, nest_level + 1)) in find_uuid_in_seq()