Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/
H A Dpdu.h279 const std::list<AttributeRange>& attribute_ranges() { in attribute_ranges() function
381 const std::list<AttributeRange>& attribute_ranges() { in attribute_ranges() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dpdu.cc93 std::list<AttributeRange>* attribute_ranges) { in ReadAttributeIDList()