diff mbox series

[v1] Bluetooth: HCI: Add IPC(11) bus type

Message ID 20241106145605.44408-1-luiz.dentz@gmail.com
State New
Headers show
Series [v1] Bluetooth: HCI: Add IPC(11) bus type | expand

Commit Message

Luiz Augusto von Dentz Nov. 6, 2024, 2:56 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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>
---
 include/net/bluetooth/hci.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 {