Bluetooth: controller: Update Bluetooth version to 5.2

Update the Bluetooth HCI Version to 5.2.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2020-05-07 16:50:32 +05:30 committed by Johan Hedberg
commit aa60a51a66

View file

@ -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);