aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-03-21 15:18:10 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2014-03-21 16:02:12 -0400
commit533553f8738184bcf957d97fed9eb4d5f023e4a7 (patch)
treec1da118314500d76145b46113c8076fa0298a82e /include/net/bluetooth
parentd986b4a6480bdd55c073635ef883c754e46ac0eb (diff)
Bluetooth: Track current configured LE scan type parameter
The LE scan type paramter defines if active scanning or passive scanning is in use. Track the currently set value so it can be used for decision making from other pieces in the core. 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_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index afbea388eda1..5f8bc05694ac 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -189,6 +189,7 @@ struct hci_dev {
189 __u16 page_scan_window; 189 __u16 page_scan_window;
190 __u8 page_scan_type; 190 __u8 page_scan_type;
191 __u8 le_adv_channel_map; 191 __u8 le_adv_channel_map;
192 __u8 le_scan_type;
192 __u16 le_scan_interval; 193 __u16 le_scan_interval;
193 __u16 le_scan_window; 194 __u16 le_scan_window;
194 __u16 le_conn_min_interval; 195 __u16 le_conn_min_interval;