Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ recv
Method
recv
scapy/layers/bluetooth.py:3030–3031 ·
view source on GitHub ↗
(self, x=MTU)
Source
from the content-addressed store, hash-verified
3028
self.ins = self.outs = s
3029
3030
def
recv(self, x=MTU):
3031
return
L2CAP_CmdHdr(self.ins.recv(x))
3032
3033
3034
class
BluetoothRFCommSocket(BluetoothL2CAPSocket):
Callers
nothing calls this directly
Calls
2
L2CAP_CmdHdr
Class · 0.85
recv
Method · 0.45
Tested by
no test coverage detected