Home
last modified time | relevance | path

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

/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
795 if (attribute_list_byte_count > max_attribute_byte_count) { in GetPDU()
800 max_attribute_byte_count - info_length, in GetPDU()
802 attribute_list_byte_count = max_attribute_byte_count - info_length; in GetPDU()
1212 uint16_t max_attribute_byte_count = max_size - min_size + 2; in GetPDU() local
1213 if (attribute_lists_byte_count > max_attribute_byte_count) { in GetPDU()
1218 max_attribute_byte_count - info_length, in GetPDU()
1220 attribute_lists_byte_count = max_attribute_byte_count - info_length; in GetPDU()
H A Dpdu_test.cc756 EXPECT_EQ(61455, req.max_attribute_byte_count()); in TEST()
788 EXPECT_EQ(15, req_cont_state.max_attribute_byte_count()); in TEST()
1220 EXPECT_EQ(61455, req.max_attribute_byte_count()); in TEST()
1255 EXPECT_EQ(15, req_cont_state.max_attribute_byte_count()); in TEST()
H A Dserver.cc781 auto bytes = resp.GetPDU(request.max_attribute_byte_count(), in HandleRequest()
798 auto bytes = resp.GetPDU(request.max_attribute_byte_count(), in HandleRequest()
/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