Home
last modified time | relevance | path

Searched defs:PDU (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Denhanced_retransmission_mode_rx_engine.cc75 bool IsMpsValid(const PDU&) { in IsMpsValid()
176 ByteBufferPtr Engine::ProcessFrame(const SimpleStartOfSduFrameHeader, PDU) { in ProcessFrame() argument
181 ByteBufferPtr Engine::ProcessFrame(const SimpleSupervisoryFrame sframe, PDU) { in ProcessFrame() argument
253 ByteBufferPtr Engine::ProcessFrame(std::monostate, PDU) { in ProcessFrame() argument
Dpdu.cc26 PDU::PDU(PDU&& other) : fragments_(other.ReleaseFragments()) {} in PDU() function in bt::l2cap::PDU
/external/scapy/scapy/contrib/automotive/autosar/
Dpdu.py16 class PDU(Packet): class
/external/python/pyasn1-modules/pyasn1_modules/
Drfc1905.py50 class PDU(univ.Sequence): class
/external/autotest/server/cros/ap_configurators/
Dap_configurator.py14 def __init__(self, PDU): argument