Home
last modified time | relevance | path

Searched defs:SimpleStartOfSduFrameHeader (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dframe_headers.h167 struct SimpleStartOfSduFrameHeader : public SimpleInformationFrameHeader { in tx_seq() struct
170 explicit SimpleStartOfSduFrameHeader(uint8_t tx_seq) in tx_seq() argument
174 uint16_t sdu_len; in tx_seq()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Denhanced_retransmission_mode_rx_engine.cc176 ByteBufferPtr Engine::ProcessFrame(const SimpleStartOfSduFrameHeader, PDU) { in ProcessFrame()