diff options
author | Alain Michaud <alainm@chromium.org> | 2020-06-29 16:11:00 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-07-07 17:37:03 +0200 |
commit | 49b020c1d236a36a4533e7db6d2604cb57ed4c51 (patch) | |
tree | b2b2db238dd5320b46c8195b3edd136ea9ed7c03 /include/net/bluetooth | |
parent | 343ad3964d2f10646178ed3caa2db6e75fe84612 (diff) |
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')
-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 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; |