aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-19 07:09:13 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-19 18:56:54 +0300
commit4e70c7e71c5f9cf11013628ab5a0ced449b1c7b2 (patch)
treeea047f7b59948dc6c114b722b35e26927cb3d0a2 /include/net/bluetooth/hci_core.h
parentBluetooth: Add support for setting SSP debug mode (diff)
downloadlinux-dev-4e70c7e71c5f9cf11013628ab5a0ced449b1c7b2.tar.xz
linux-dev-4e70c7e71c5f9cf11013628ab5a0ced449b1c7b2.zip
Bluetooth: Expose debugfs settings for LE connection interval
For testing purposes expose the default LE connection interval values via debugfs. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-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 d50cc7aca4e4..8c0ab3d86f95 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -169,6 +169,8 @@ struct hci_dev {
__u8 page_scan_type;
__u16 le_scan_interval;
__u16 le_scan_window;
+ __u16 le_conn_min_interval;
+ __u16 le_conn_max_interval;
__u8 ssp_debug_mode;
__u16 devid_source;