MCPcopy Create free account
hub / github.com/secdev/scapy / recv

Method recv

scapy/layers/bluetooth.py:3030–3031  ·  view source on GitHub ↗
(self, x=MTU)

Source from the content-addressed store, hash-verified

3028 self.ins = self.outs = s
3029
3030 def recv(self, x=MTU):
3031 return L2CAP_CmdHdr(self.ins.recv(x))
3032
3033
3034class BluetoothRFCommSocket(BluetoothL2CAPSocket):

Callers

nothing calls this directly

Calls 2

L2CAP_CmdHdrClass · 0.85
recvMethod · 0.45

Tested by

no test coverage detected