Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3168
class
BluetoothMonitorSocket(_BluetoothLibcSocket):
Callers
1
send_command
Method · 0.95
Calls
2
HCI_Hdr
Class · 0.85
recv
Method · 0.45
Tested by
no test coverage detected