aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-03-02 03:13:19 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-03-02 03:19:24 +0200
commit5f15903279143eb640f9ba1c0e72b52fe9e9e2a6 (patch)
tree6eed1909e54f252f0ce46c0550c240a099a30e3e /include/net/bluetooth/mgmt.h
parentBluetooth: mgmt: Fix command status error code values (diff)
downloadlinux-dev-5f15903279143eb640f9ba1c0e72b52fe9e9e2a6.tar.xz
linux-dev-5f15903279143eb640f9ba1c0e72b52fe9e9e2a6.zip
Bluetooth: mgmt: Add new error code for invalid index
The index is part of the command header and not its parameters so it makes sense to distinguish this from the invalid parameters error. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r--include/net/bluetooth/mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index d33457d657c3..0ca3519e08bd 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -41,6 +41,7 @@
#define MGMT_STATUS_DISCONNECTED 0x0e
#define MGMT_STATUS_NOT_POWERED 0x0f
#define MGMT_STATUS_CANCELLED 0x10
+#define MGMT_STATUS_INVALID_INDEX 0x11
struct mgmt_hdr {
__le16 opcode;