aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-15 06:33:53 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-15 17:20:15 +0300
commit6acd7db41dc2b6bc91b930edf21fbfd8654cbb68 (patch)
tree5983c35c2a55834279b1b2bb9a867a622d144a88 /include/net/bluetooth/hci.h
parentBluetooth: Update advertising data based on management commands (diff)
downloadlinux-dev-6acd7db41dc2b6bc91b930edf21fbfd8654cbb68.tar.xz
linux-dev-6acd7db41dc2b6bc91b930edf21fbfd8654cbb68.zip
Bluetooth: Introduce flag for limited discoverable mode
Add a new flag that can be set when in limited discoverable mode. This flag will cause the limited discoverable bit in the class of device value to bet set. 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 b096f5f73789..f4650a8c1194 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -125,6 +125,7 @@ enum {
HCI_ADVERTISING,
HCI_CONNECTABLE,
HCI_DISCOVERABLE,
+ HCI_LIMITED_DISCOVERABLE,
HCI_LINK_SECURITY,
HCI_PERIODIC_INQ,
HCI_FAST_CONNECTABLE,