summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-11-06 15:53:45 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-11-14 21:38:38 +0100
commit96e7c4273560be4744ba8c444bc6969745315251 (patch)
treeb9acf7557863f013ce5e32dbeb461edd9f9603f7 /include/net
parentBluetooth: btusb: Add 3 HWIDs for MT7925 (diff)
downloadlinux-96e7c4273560be4744ba8c444bc6969745315251.tar.xz
linux-96e7c4273560be4744ba8c444bc6969745315251.zip
Bluetooth: HCI: Add IPC(11) bus type
Zephyr(1) has been using the same bus defines as Linux so tools likes of btmon, etc, are able to decode the bus used by the driver to transport HCI packets. Link: https://github.com/zephyrproject-rtos/zephyr/pull/80808 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 5bb4eaa52e14..6203bd8663b7 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -68,6 +68,7 @@
#define HCI_I2C 8
#define HCI_SMD 9
#define HCI_VIRTIO 10
+#define HCI_IPC 11
/* HCI device quirks */
enum {