Home
last modified time | relevance | path

Searched defs:max_attribute_byte_count (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.h264 uint16_t max_attribute_byte_count() const { in max_attribute_byte_count() function
371 uint16_t max_attribute_byte_count() const { in max_attribute_byte_count() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/
H A Dpdu.cc794 const uint16_t max_attribute_byte_count = max_size - min_size + 2; in GetPDU() local
1212 uint16_t max_attribute_byte_count = max_size - min_size + 2; in GetPDU() local