diff options
| author | 2014-03-27 20:55:20 +0100 | |
|---|---|---|
| committer | 2014-03-28 00:09:30 -0700 | |
| commit | b9a7a61e5c3e2f6316c2aedf4ca171bdee7a4804 (patch) | |
| tree | 23356f501e5552003dcc54c72d3048f5f7078517 /include/net/bluetooth | |
| parent | Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT (diff) | |
| download | linux-dev-b9a7a61e5c3e2f6316c2aedf4ca171bdee7a4804.tar.xz linux-dev-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')
| -rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
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; |
