aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-12 22:30:58 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2015-03-13 12:07:54 +0200
commitcc91cb042ce5dab66fedeb94260b18f193ed33d9 (patch)
treee21de1be11a57c1baedc10c8257b98c2686e60bb /include/net/bluetooth/hci.h
parentBluetooth: Remove two else branches that are not needed (diff)
downloadlinux-dev-cc91cb042ce5dab66fedeb94260b18f193ed33d9.tar.xz
linux-dev-cc91cb042ce5dab66fedeb94260b18f193ed33d9.zip
Bluetooth: Add support connectable advertising setting
The patch adds a second advertising setting that allows switching of the controller into connectable mode independent of the global connectable setting. 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 f76f45ae76c3..0f3413b285a5 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -217,6 +217,7 @@ enum {
HCI_HS_ENABLED,
HCI_LE_ENABLED,
HCI_ADVERTISING,
+ HCI_ADVERTISING_CONNECTABLE,
HCI_CONNECTABLE,
HCI_DISCOVERABLE,
HCI_LIMITED_DISCOVERABLE,