Searched defs:PDU (Results 1 – 5 of 5) sorted by relevance
75 bool IsMpsValid(const PDU&) { in IsMpsValid()176 ByteBufferPtr Engine::ProcessFrame(const SimpleStartOfSduFrameHeader, PDU) { in ProcessFrame() argument181 ByteBufferPtr Engine::ProcessFrame(const SimpleSupervisoryFrame sframe, PDU) { in ProcessFrame() argument253 ByteBufferPtr Engine::ProcessFrame(std::monostate, PDU) { in ProcessFrame() argument
26 PDU::PDU(PDU&& other) : fragments_(other.ReleaseFragments()) {} in PDU() function in bt::l2cap::PDU
16 class PDU(Packet): class
50 class PDU(univ.Sequence): class
14 def __init__(self, PDU): argument