Home
last modified time | relevance | path

Searched defs:flush_timeout (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dtypes.h97 std::optional<pw::chrono::SystemClock::duration> flush_timeout; member
223 std::optional<pw::chrono::SystemClock::duration> flush_timeout; member
Dchannel_configuration.h239 explicit FlushTimeoutOption(uint16_t flush_timeout) in FlushTimeoutOption()
246 uint16_t flush_timeout() const { return flush_timeout_; } in flush_timeout() function
Dl2cap_defs.h420 uint16_t flush_timeout; member
/external/pigweed/pw_bluetooth_sapphire/host/iso/public/pw_bluetooth_sapphire/internal/host/iso/
Diso_common.h61 uint8_t flush_timeout; member
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dfake_channel.cc169 pw::chrono::SystemClock::duration flush_timeout, in SetBrEdrAutomaticFlushTimeout()
Dchannel.cc355 pw::chrono::SystemClock::duration flush_timeout, in SetBrEdrAutomaticFlushTimeout()
Dlogical_link.cc786 pw::chrono::SystemClock::duration flush_timeout, in SetBrEdrAutomaticFlushTimeout()
Dbredr_dynamic_channel.cc496 const auto flush_timeout = parameters_.flush_timeout; in info() local
/external/kernel-headers/original/uapi/linux/
Datmlec.h52 unsigned int flush_timeout; member
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc1552 hci_spec::ConnectionHandle conn, uint16_t flush_timeout) { in WriteAutomaticFlushTimeoutPacket()