diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-03-13 01:30:58 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-03-13 06:07:54 -0400 |
commit | cc91cb042ce5dab66fedeb94260b18f193ed33d9 (patch) | |
tree | e21de1be11a57c1baedc10c8257b98c2686e60bb /include/net/bluetooth/hci.h | |
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/hci.h')
-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 { | |||
217 | HCI_HS_ENABLED, | 217 | HCI_HS_ENABLED, |
218 | HCI_LE_ENABLED, | 218 | HCI_LE_ENABLED, |
219 | HCI_ADVERTISING, | 219 | HCI_ADVERTISING, |
220 | HCI_ADVERTISING_CONNECTABLE, | ||
220 | HCI_CONNECTABLE, | 221 | HCI_CONNECTABLE, |
221 | HCI_DISCOVERABLE, | 222 | HCI_DISCOVERABLE, |
222 | HCI_LIMITED_DISCOVERABLE, | 223 | HCI_LIMITED_DISCOVERABLE, |