Home
last modified time | relevance | path

Searched defs:attribute_ranges (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/
Dpdu.h277 const std::list<AttributeRange>& attribute_ranges() { in attribute_ranges() function
379 const std::list<AttributeRange>& attribute_ranges() { in attribute_ranges() function
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dpdu.cc91 std::list<AttributeRange>* attribute_ranges) { in ReadAttributeIDList()