Bluetooth: btbcm: Introduce generic Broadcom Bluetooth support
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 6 Apr 2015 05:52:10 +0000 (22:52 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:11 +0000 (18:47 +0200)
commit4fba30f07f51617438835f75b58e37fb610b2d8d
tree10e786a1a8c3d3d0a19d9f6016d0a1e99657170a
parent788a675675b3ec5b64d232eae25e8e3e897cd31b
Bluetooth: btbcm: Introduce generic Broadcom Bluetooth support

The majority of Broadcom Bluetooth vendor commands are shared between
USB and UART transports. This creates a separate module that eventually
will hold all Broadcom specific commands, but for now just start with
the commands to change the Bluetooth public address and check for the
default address.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/Kconfig
drivers/bluetooth/Makefile
drivers/bluetooth/btbcm.c [new file with mode: 0644]
drivers/bluetooth/btbcm.h [new file with mode: 0644]