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

Method recv

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

Source from the content-addressed store, hash-verified

3162 return r
3163
3164 def recv(self, x=MTU):
3165 return HCI_Hdr(self.ins.recv(x))
3166
3167
3168class BluetoothMonitorSocket(_BluetoothLibcSocket):

Callers 1

send_commandMethod · 0.95

Calls 2

HCI_HdrClass · 0.85
recvMethod · 0.45

Tested by

no test coverage detected