diff options
-rw-r--r-- | net/bluetooth/hci_event.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 1a9fa7f60bd4..dcaa6dbbab2c 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c | |||
@@ -3615,6 +3615,8 @@ static void hci_le_ltk_request_evt(struct hci_dev *hdev, struct sk_buff *skb) | |||
3615 | else | 3615 | else |
3616 | conn->pending_sec_level = BT_SECURITY_MEDIUM; | 3616 | conn->pending_sec_level = BT_SECURITY_MEDIUM; |
3617 | 3617 | ||
3618 | conn->enc_key_size = ltk->enc_size; | ||
3619 | |||
3618 | hci_send_cmd(hdev, HCI_OP_LE_LTK_REPLY, sizeof(cp), &cp); | 3620 | hci_send_cmd(hdev, HCI_OP_LE_LTK_REPLY, sizeof(cp), &cp); |
3619 | 3621 | ||
3620 | if (ltk->type & HCI_SMP_STK) { | 3622 | if (ltk->type & HCI_SMP_STK) { |