summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_intel.c
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth: hci_uart: Use generic Intel support for address settingMarcel Holtmann2015-04-071-17/+0
| | | | | | | | | The Bluetooth address setting for Intel devices is provided by a generic module now. Start using that module instead of relying it being included in the driver. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
* Bluetooth: hci_uart: Add support Intel address configurationMarcel Holtmann2015-04-071-0/+48
When using vendor detection, this adds support for the Intel specific address configuration command. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>