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

Method recv

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

Source from the content-addressed store, hash-verified

3180 sock_address=sa)
3181
3182 def recv(self, x=MTU):
3183 return HCI_Mon_Hdr(self.ins.recv(x))
3184
3185
3186conf.BTsocket = BluetoothRFCommSocket

Callers

nothing calls this directly

Calls 2

HCI_Mon_HdrClass · 0.85
recvMethod · 0.45

Tested by

no test coverage detected