aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2014-07-26 07:59:57 -0400
committerMarcel Holtmann <marcel@holtmann.org>2014-07-26 13:05:09 -0400
commit628531c9e971f1bd023d9fbd00faff014ca22440 (patch)
tree705bf842d95de637051c93ee4ea007f5a1453c03 /include
parent66d8e837ab4f58722c56ccbfa5ab9a522cebde78 (diff)
Bluetooth: Provide defaults for LE advertising interval
Store the default values for minimum and maximum advertising interval with all the other controller defaults. These vaules are sent to the adapter whenever advertising is (re)enabled. Signed-off-by: Georg Lukas <georg@op-co.de> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 747a0c3d9947..b5d5af3aa469 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -203,6 +203,8 @@ struct hci_dev {
203 __u16 page_scan_window; 203 __u16 page_scan_window;
204 __u8 page_scan_type; 204 __u8 page_scan_type;
205 __u8 le_adv_channel_map; 205 __u8 le_adv_channel_map;
206 __u16 le_adv_min_interval;
207 __u16 le_adv_max_interval;
206 __u8 le_scan_type; 208 __u8 le_scan_type;
207 __u16 le_scan_interval; 209 __u16 le_scan_interval;
208 __u16 le_scan_window; 210 __u16 le_scan_window;