aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorAlain Michaud <alainm@chromium.org>2020-06-29 16:11:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2020-07-07 17:37:03 +0200
commit49b020c1d236a36a4533e7db6d2604cb57ed4c51 (patch)
treeb2b2db238dd5320b46c8195b3edd136ea9ed7c03 /include/net/bluetooth/hci_core.h
parentdt-bindings: net: bluetooth: realtek: Fix uart-has-rtscts example (diff)
downloadlinux-dev-49b020c1d236a36a4533e7db6d2604cb57ed4c51.tar.xz
linux-dev-49b020c1d236a36a4533e7db6d2604cb57ed4c51.zip
Bluetooth: Adding a configurable autoconnect timeout
This patch adds a configurable LE autoconnect timeout. Signed-off-by: Alain Michaud <alainm@chromium.org> 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 836dc997ff94..34ad5b207598 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -376,6 +376,7 @@ struct hci_dev {
__u16 def_br_lsto;
__u16 def_page_timeout;
__u16 def_multi_adv_rotation_duration;
+ __u16 def_le_autoconnect_timeout;
__u16 pkt_type;
__u16 esco_type;