aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-02-20 14:55:56 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-20 23:20:59 -0500
commit3f959d46a60c20eedf6f228e49d820c5922ec68f (patch)
treeb1e45960308ee0ea484c518acf1056f3a6d0bd89 /include/net/bluetooth
parentb1765e7afe8710ef4366dc722cc5bd487eb07973 (diff)
Bluetooth: Provide option for changing LE advertising channel map
For testing purposes it is useful to provide an option to change the advertising channel map. So add a debugfs option to allow this. 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 3a8e22e9b25d..c0fcc041fbb5 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -178,6 +178,7 @@ struct hci_dev {
178 __u16 page_scan_interval; 178 __u16 page_scan_interval;
179 __u16 page_scan_window; 179 __u16 page_scan_window;
180 __u8 page_scan_type; 180 __u8 page_scan_type;
181 __u8 le_adv_channel_map;
181 __u16 le_scan_interval; 182 __u16 le_scan_interval;
182 __u16 le_scan_window; 183 __u16 le_scan_window;
183 __u16 le_conn_min_interval; 184 __u16 le_conn_min_interval;