Skip to content

Commit

Permalink
Bluetooth: Add defines for SPI and I2C
Browse files Browse the repository at this point in the history
Extend the set of possible HCI bus types with SPI and I2C.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Johan Hedberg authored and Marcel Holtmann committed Apr 22, 2016
1 parent e9fc716 commit 5c0e03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c0e03c

Please sign in to comment.