aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bluetooth/hci_core.c')
-rw-r--r--net/bluetooth/hci_core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
index 01e35ef6d201..47f0311d1006 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -2896,6 +2896,12 @@ struct hci_dev *hci_alloc_dev(void)
2896 hdev->le_conn_max_interval = 0x0038; 2896 hdev->le_conn_max_interval = 0x0038;
2897 hdev->le_conn_latency = 0x0000; 2897 hdev->le_conn_latency = 0x0000;
2898 hdev->le_supv_timeout = 0x002a; 2898 hdev->le_supv_timeout = 0x002a;
2899 hdev->le_def_tx_len = 0x001b;
2900 hdev->le_def_tx_time = 0x0148;
2901 hdev->le_max_tx_len = 0x001b;
2902 hdev->le_max_tx_time = 0x0148;
2903 hdev->le_max_rx_len = 0x001b;
2904 hdev->le_max_rx_time = 0x0148;
2899 2905
2900 hdev->rpa_timeout = HCI_DEFAULT_RPA_TIMEOUT; 2906 hdev->rpa_timeout = HCI_DEFAULT_RPA_TIMEOUT;
2901 hdev->discov_interleaved_timeout = DISCOV_INTERLEAVED_TIMEOUT; 2907 hdev->discov_interleaved_timeout = DISCOV_INTERLEAVED_TIMEOUT;