MCPcopy Create free account
hub / github.com/secdev/scapy / HCI_Mon_System_Note

Class HCI_Mon_System_Note

scapy/layers/bluetooth.py:2933–2937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2931
2932
2933class HCI_Mon_System_Note(Packet):
2934 name = 'Bluetooth Linux Monitor Transport System Note Packet'
2935 fields_desc = [
2936 StrNullField('note', None)
2937 ]
2938
2939
2940# https://elixir.bootlin.com/linux/v6.4.2/source/include/net/bluetooth/hci_mon.h#L34

Callers

nothing calls this directly

Calls 1

StrNullFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…