diff options
author | Luiz Augusto von Dentz | 2020-01-15 13:02:17 -0800 |
---|---|---|
committer | Marcel Holtmann | 2020-01-15 22:28:51 +0100 |
commit | f9a619db7c137b7c2dec0414d8deb8ec762ae8f9 (patch) | |
tree | 0d7fcc9a86dd2d7b45ae49668e387264a8ab1f05 /include/net | |
parent | f92a8cb569e39e28515e3f9c0ccaa16f874644b7 (diff) |
Bluetooth: monitor: Add support for ISO packets
This enables passing ISO packets to the monitor socket.
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_mon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_mon.h b/include/net/bluetooth/hci_mon.h index 240786b04a46..2d5fcda1bcd0 100644 --- a/include/net/bluetooth/hci_mon.h +++ b/include/net/bluetooth/hci_mon.h @@ -49,6 +49,8 @@ struct hci_mon_hdr { #define HCI_MON_CTRL_CLOSE 15 #define HCI_MON_CTRL_COMMAND 16 #define HCI_MON_CTRL_EVENT 17 +#define HCI_MON_ISO_TX_PKT 18 +#define HCI_MON_ISO_RX_PKT 19 struct hci_mon_new_index { __u8 type; |