| 2931 | |
| 2932 | |
| 2933 | class 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…