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:
parent
ba4e8ff2fd
commit
aa60a51a66
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue