Bluetooth: Fix encryption key size for peripheral role
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / bluetooth / hci_event.c
index 1a9fa7f60bd4747884a2f75ce35d9d0e390c9ddb..dcaa6dbbab2cfc505d069f1dc416cac94ff89117 100644 (file)
@@ -3615,6 +3615,8 @@ static void hci_le_ltk_request_evt(struct hci_dev *hdev, struct sk_buff *skb)
        else
                conn->pending_sec_level = BT_SECURITY_MEDIUM;
 
+       conn->enc_key_size = ltk->enc_size;
+
        hci_send_cmd(hdev, HCI_OP_LE_LTK_REPLY, sizeof(cp), &cp);
 
        if (ltk->type & HCI_SMP_STK) {