diff options
Diffstat (limited to 'net/bluetooth/hci_core.c')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 2e2961a3cf6f..475d6003ed15 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -3923,6 +3923,8 @@ struct hci_dev *hci_alloc_dev(void) | |||
3923 | hdev->sniff_min_interval = 80; | 3923 | hdev->sniff_min_interval = 80; |
3924 | 3924 | ||
3925 | hdev->le_adv_channel_map = 0x07; | 3925 | hdev->le_adv_channel_map = 0x07; |
3926 | hdev->le_adv_min_interval = 0x0800; | ||
3927 | hdev->le_adv_max_interval = 0x0800; | ||
3926 | hdev->le_scan_interval = 0x0060; | 3928 | hdev->le_scan_interval = 0x0060; |
3927 | hdev->le_scan_window = 0x0030; | 3929 | hdev->le_scan_window = 0x0030; |
3928 | hdev->le_conn_min_interval = 0x0028; | 3930 | hdev->le_conn_min_interval = 0x0028; |