aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_drv.h
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2014-07-18 17:47:07 -0400
committerMarcel Holtmann <marcel@holtmann.org>2014-07-18 20:33:21 -0400
commit27b869f59d5d989df681291a8449c03777aa8ca6 (patch)
tree7204bbdcf707b54c733393712a747d99c4b156bd /drivers/bluetooth/btmrvl_drv.h
parentae8df494e9ec9d5c2bd907a0b7de712e050cb533 (diff)
Bluetooth: btmrvl: add public address configuration support
.set_bdaddr handler is implemented for public address configuration. A reboot restores the bdaddr to its original address. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btmrvl_drv.h')
-rw-r--r--drivers/bluetooth/btmrvl_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h
index caf684119a4e..38ad66289ad6 100644
--- a/drivers/bluetooth/btmrvl_drv.h
+++ b/drivers/bluetooth/btmrvl_drv.h
@@ -91,6 +91,7 @@ struct btmrvl_private {
91 91
92/* Vendor specific Bluetooth commands */ 92/* Vendor specific Bluetooth commands */
93#define BT_CMD_PSCAN_WIN_REPORT_ENABLE 0xFC03 93#define BT_CMD_PSCAN_WIN_REPORT_ENABLE 0xFC03
94#define BT_CMD_SET_BDADDR 0xFC22
94#define BT_CMD_AUTO_SLEEP_MODE 0xFC23 95#define BT_CMD_AUTO_SLEEP_MODE 0xFC23
95#define BT_CMD_HOST_SLEEP_CONFIG 0xFC59 96#define BT_CMD_HOST_SLEEP_CONFIG 0xFC59
96#define BT_CMD_HOST_SLEEP_ENABLE 0xFC5A 97#define BT_CMD_HOST_SLEEP_ENABLE 0xFC5A