Home
last modified time | relevance | path

Searched defs:max_data_length (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Ddata_buffer_info.h26 DataBufferInfo(size_t max_data_length, size_t max_num_packets) in DataBufferInfo()
36 size_t max_data_length() const { return max_data_length_; } in max_data_length() function
H A Dfake_sco_data_channel.h26 explicit FakeScoDataChannel(uint16_t max_data_length) in FakeScoDataChannel()
40 uint16_t max_data_length() const override { return max_data_length_; } in max_data_length() function
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/
De2e_provider_impl.cpp162 size_t max_data_length = read_value_from_config<size_t>(_config, in make_e2e_profile_config() local
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/reader/
Dconfig.rs223 pub max_data_length: usize, field
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel.cc39 uint16_t max_data_length() const override { in max_data_length() function in bt::hci::ScoDataChannelImpl