Skip to content
Snippets Groups Projects
Commit 5c0e03cd authored by Johan Hedberg's avatar Johan Hedberg Committed by Marcel Holtmann
Browse files

Bluetooth: Add defines for SPI and I2C


Extend the set of possible HCI bus types with SPI and I2C.

Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent e9fc7164
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@
#define HCI_RS232 4
#define HCI_PCI 5
#define HCI_SDIO 6
#define HCI_SPI 7
#define HCI_I2C 8
/* HCI controller types */
#define HCI_BREDR 0x00
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment