aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-05 10:55:53 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-05 12:37:30 +0200
commita89612aac3cc6b13e6738bd70e05faf6f3fc8d9e (patch)
treeaf21cedf9d42d5f47e77d5dc45ffcdc7e334e6df /include/net/bluetooth/hci.h
parentBluetooth: Split triggering of discovery commands into separate function (diff)
downloadlinux-dev-a89612aac3cc6b13e6738bd70e05faf6f3fc8d9e.tar.xz
linux-dev-a89612aac3cc6b13e6738bd70e05faf6f3fc8d9e.zip
Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value
The Bluetooth core specification defines the value 127 as invalid for RSSI values. So instead of hard coding it, lets add a constant for it. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 569c077778b6..b6f7be1eb919 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -412,6 +412,7 @@ enum {
/* The core spec defines 127 as the "not available" value */
#define HCI_TX_POWER_INVALID 127
+#define HCI_RSSI_INVALID 127
#define HCI_ROLE_MASTER 0x00
#define HCI_ROLE_SLAVE 0x01