Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/
Dpdu.h262 uint16_t max_attribute_byte_count() const { in max_attribute_byte_count() function
369 uint16_t max_attribute_byte_count() const { in max_attribute_byte_count() function
/external/pigweed/pw_bluetooth_sapphire/host/sdp/
Dpdu.cc765 const uint16_t max_attribute_byte_count = max_size - min_size + 2; in GetPDU() local
1174 uint16_t max_attribute_byte_count = max_size - min_size + 2; in GetPDU() local