diff options
author | Marcel Holtmann | 2015-03-12 22:30:58 -0700 |
---|---|---|
committer | Johan Hedberg | 2015-03-13 12:07:54 +0200 |
commit | cc91cb042ce5dab66fedeb94260b18f193ed33d9 (patch) | |
tree | e21de1be11a57c1baedc10c8257b98c2686e60bb /include/net/bluetooth | |
parent | 983f9814c0199c26a58cbfe98f071e3bfa968839 (diff) |
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')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
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, |