Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3063
class
sockaddr_hci(ctypes.Structure):
Callers
4
recv
Method · 0.45
flush
Method · 0.45
recv
Method · 0.45
recv
Method · 0.45
Calls
1
HCI_Hdr
Class · 0.85
Tested by
no test coverage detected