diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-04-06 01:52:18 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-04-07 12:47:12 -0400 |
commit | bdd8818e05da187cd028f64ef2c0a2a6a582bcb1 (patch) | |
tree | 75e440a81ae6a53bc36133b27c285e3c6c45ba6f /drivers/bluetooth/hci_uart.h | |
parent | 6ae4fddf78c11dedfb13a518a9050e9b265529ca (diff) |
Bluetooth: hci_uart: Add protocol support for Broadcom UART devices
This adds the protocol support for Broadcom based UART devices to
enable firmware and patchram download procedure. It is a pretty
straight forward H:4 driver with the exception of actually having
its own setup and address configuration callbacks.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth/hci_uart.h')
-rw-r--r-- | drivers/bluetooth/hci_uart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_uart.h b/drivers/bluetooth/hci_uart.h index 466798acf049..a3108abce5d3 100644 --- a/drivers/bluetooth/hci_uart.h +++ b/drivers/bluetooth/hci_uart.h | |||
@@ -128,3 +128,8 @@ int h5_deinit(void); | |||
128 | #ifdef CONFIG_BT_HCIUART_INTEL | 128 | #ifdef CONFIG_BT_HCIUART_INTEL |
129 | int intel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr); | 129 | int intel_set_bdaddr(struct hci_dev *hdev, const bdaddr_t *bdaddr); |
130 | #endif | 130 | #endif |
131 | |||
132 | #ifdef CONFIG_BT_HCIUART_BCM | ||
133 | int bcm_init(void); | ||
134 | int bcm_deinit(void); | ||
135 | #endif | ||