Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c348 bool *found, uint8_t nest_level) in search_uuid() argument
364 if (nest_level == SDP_DATA_ELEM_NEST_LEVEL_MAX) { in search_uuid()
401 uuid, found, nest_level + 1); in search_uuid()
717 struct net_buf *buf, uint8_t nest_level) in copy_attribute() argument
723 if (nest_level == SDP_DATA_ELEM_NEST_LEVEL_MAX) { in copy_attribute()
753 cur_elem, buf, nest_level + 1); in copy_attribute()