Home
last modified time | relevance | path

Searched defs:max_num_packets (Results 1 – 1 of 1) 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()
40 size_t max_num_packets() const { return max_num_packets_; } in max_num_packets() function