Skip to content

Commit 3026111

Browse files
committed
[nrf noup] Bluetooth: controller: Change LL version to 5.1
Change the LL version back to 5.1, to be able to re-use existing Bluetooth conformance qualification. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
1 parent 055fcc2 commit 3026111

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/controller/include

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/include/ll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SPDX-License-Identifier: Apache-2.0
66
*/
77

8-
#define LL_VERSION_NUMBER BT_HCI_VERSION_5_2
8+
#define LL_VERSION_NUMBER BT_HCI_VERSION_5_1
99

1010
int ll_init(struct k_sem *sem_rx);
1111
void ll_reset(void);

0 commit comments

Comments
 (0)