Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel_configuration.cc176 uint16_t rtx_timeout, in MakeEnhancedRetransmissionMode()
191 uint16_t rtx_timeout, in RetransmissionAndFlowControlOption()
Dtest_packets.cc331 const auto rtx_timeout = kErtmReceiverReadyPollTimerMsecs; in AclConfigRsp() local
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
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()
Dl2cap_defs.h428 uint16_t rtx_timeout; member