aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_drv.h
diff options
context:
space:
mode:
authorBing Zhao <bzhao@marvell.com>2014-03-31 17:41:44 -0400
committerMarcel Holtmann <marcel@holtmann.org>2014-07-03 11:42:54 -0400
commit4df82b5911c0e380d8b308958f158c3e7b365467 (patch)
treef767af37131c47f205729c280a0f9352675963fe /drivers/bluetooth/btmrvl_drv.h
parent2a8357f2393d89a34b5a77051d29951af9646406 (diff)
Bluetooth: btmrvl: indicate pscan scheduling instant in a debug event
A vendor specific command is sent to firmware during initialization to enable this feature. This command is for SD8897 only. 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 dc79f88f8717..4c313e73df83 100644
--- a/drivers/bluetooth/btmrvl_drv.h
+++ b/drivers/bluetooth/btmrvl_drv.h
@@ -89,6 +89,7 @@ struct btmrvl_private {
89#define MRVL_VENDOR_PKT 0xFE 89#define MRVL_VENDOR_PKT 0xFE
90 90
91/* Vendor specific Bluetooth commands */ 91/* Vendor specific Bluetooth commands */
92#define BT_CMD_PSCAN_WIN_REPORT_ENABLE 0xFC03
92#define BT_CMD_AUTO_SLEEP_MODE 0xFC23 93#define BT_CMD_AUTO_SLEEP_MODE 0xFC23
93#define BT_CMD_HOST_SLEEP_CONFIG 0xFC59 94#define BT_CMD_HOST_SLEEP_CONFIG 0xFC59
94#define BT_CMD_HOST_SLEEP_ENABLE 0xFC5A 95#define BT_CMD_HOST_SLEEP_ENABLE 0xFC5A