Skip to content

Commit

Permalink
Bluetooth: controller: Update Bluetooth version to 5.1
Browse files Browse the repository at this point in the history
Update the Bluetooth HCI Version to 5.1.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
  • Loading branch information
cvinayak authored and carlescufi committed Jul 16, 2019
1 parent 6f2476c commit e0965fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/controller/include/ll.h
Expand Up @@ -5,7 +5,7 @@
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
*/ */


#define LL_VERSION_NUMBER BT_HCI_VERSION_5_0 #define LL_VERSION_NUMBER BT_HCI_VERSION_5_1


int ll_init(struct k_sem *sem_rx); int ll_init(struct k_sem *sem_rx);
void ll_reset(void); void ll_reset(void);
Expand Down

0 comments on commit e0965fa

Please sign in to comment.