summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorLukasz Rymanowski2014-03-27 20:55:20 +0100
committerMarcel Holtmann2014-03-28 08:09:30 +0100
commitb9a7a61e5c3e2f6316c2aedf4ca171bdee7a4804 (patch)
tree23356f501e5552003dcc54c72d3048f5f7078517 /include/net/bluetooth/hci_core.h
parentBluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT (diff)
downloadkernel-qcow2-linux-b9a7a61e5c3e2f6316c2aedf4ca171bdee7a4804.tar.gz
kernel-qcow2-linux-b9a7a61e5c3e2f6316c2aedf4ca171bdee7a4804.tar.xz
kernel-qcow2-linux-b9a7a61e5c3e2f6316c2aedf4ca171bdee7a4804.zip
Bluetooth: Add new debugfs parameter
With this patch it is possible to control discovery interleaved timeout value from debugfs. It is for fine tuning of this timeout. Signed-off-by: Lukasz Rymanowski <lukasz.rymanowski@tieto.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-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 08a1d44eeab0..e0c26bc144e5 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -199,6 +199,7 @@ struct hci_dev {
__u16 le_scan_window;
__u16 le_conn_min_interval;
__u16 le_conn_max_interval;
+ __u16 discov_interleaved_timeout;
__u8 ssp_debug_mode;
__u16 devid_source;