bluetooth: Add decoding for BLE 5.2 version string
The BLE 5.2 specification has been assigned the version number 0x0b. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
01867fa28c
commit
fa241f0249
1 changed files with 1 additions and 1 deletions
|
@ -4878,7 +4878,7 @@ static const char *ver_str(u8_t ver)
|
|||
{
|
||||
const char * const str[] = {
|
||||
"1.0b", "1.1", "1.2", "2.0", "2.1", "3.0", "4.0", "4.1", "4.2",
|
||||
"5.0", "5.1",
|
||||
"5.0", "5.1", "5.2"
|
||||
};
|
||||
|
||||
if (ver < ARRAY_SIZE(str)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue