Home
last modified time | relevance | path

Searched defs:rtx_timeout (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel_configuration.cc176 uint16_t rtx_timeout, in MakeEnhancedRetransmissionMode()
191 uint16_t rtx_timeout, in RetransmissionAndFlowControlOption()
H A Dtest_packets.cc329 const auto rtx_timeout = kErtmReceiverReadyPollTimerMsecs; in AclConfigRsp() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dchannel_configuration.h153 uint16_t rtx_timeout() const { return rtx_timeout_; } in rtx_timeout() function
155 void set_rtx_timeout(uint16_t rtx_timeout) { rtx_timeout_ = rtx_timeout; } in set_rtx_timeout()
H A Dl2cap_defs.h428 uint16_t rtx_timeout; member