summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-11-06 09:53:45 -0500
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-11-14 15:38:38 -0500
commit96e7c4273560be4744ba8c444bc6969745315251 (patch)
treeb9acf7557863f013ce5e32dbeb461edd9f9603f7
parentde7dcf9d1df4b0009735756d0a2adff09c3f21d4 (diff)
downloadlwn-96e7c4273560be4744ba8c444bc6969745315251.tar.gz
lwn-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>
-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 {