From aa60a51a66f14cf519a56e8315ca0507a997a2a6 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Thu, 7 May 2020 16:50:32 +0530 Subject: [PATCH] Bluetooth: controller: Update Bluetooth version to 5.2 Update the Bluetooth HCI Version to 5.2. Signed-off-by: Vinayak Kariappa Chettimada --- subsys/bluetooth/controller/include/ll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/include/ll.h b/subsys/bluetooth/controller/include/ll.h index 6a37ed70101..06c06cf4448 100644 --- a/subsys/bluetooth/controller/include/ll.h +++ b/subsys/bluetooth/controller/include/ll.h @@ -5,7 +5,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#define LL_VERSION_NUMBER BT_HCI_VERSION_5_1 +#define LL_VERSION_NUMBER BT_HCI_VERSION_5_2 int ll_init(struct k_sem *sem_rx); void ll_reset(void);