Bluetooth: Decode LL_VERSION_IND packets with version 5.3

Bluetooth 5.3 was released 2021-07-13.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2022-08-17 16:17:09 +02:00 committed by Gerritsen, Rubin
parent 704d6ff104
commit 56817af9b5
1 changed files with 1 additions and 0 deletions

View File

@ -733,6 +733,7 @@ static const value_string ll_version_number_vals[] = {
{ 0x09, "5.0" },
{ 0x0A, "5.1" },
{ 0x0B, "5.2" },
{ 0x0C, "5.3" },
{ 0, NULL }
};
static value_string_ext ll_version_number_vals_ext = VALUE_STRING_EXT_INIT(ll_version_number_vals);