MCPcopy Index your code
hub / github.com/secdev/scapy / recv

Method recv

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

Source from the content-addressed store, hash-verified

3057# s.connect((peer,0))
3058
3059 def recv(self, x=MTU):
3060 return HCI_Hdr(self.ins.recv(x))
3061
3062
3063class sockaddr_hci(ctypes.Structure):

Callers 4

recvMethod · 0.45
flushMethod · 0.45
recvMethod · 0.45
recvMethod · 0.45

Calls 1

HCI_HdrClass · 0.85

Tested by

no test coverage detected