Skip to content

Commit f872e33

Browse files
antoniovazquezblancogpotter2
authored andcommitted
bluetooth: BluetoothMonitorSocket fix
Signed-off-by: Antonio Vázquez <antonio.vazquez@tarlogic.com>
1 parent e6bf2d4 commit f872e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scapy/layers/bluetooth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ def recv(self, x=MTU):
20862086
return HCI_Hdr(self.ins.recv(x))
20872087

20882088

2089-
class BluetoothMonitorSocket(SuperSocket):
2089+
class BluetoothMonitorSocket(_BluetoothLibcSocket):
20902090
desc = "read/write over a Bluetooth monitor channel"
20912091

20922092
def __init__(self):

0 commit comments

Comments
 (0)