Bluetooth: Add identifiers for Bluetooth 5.3
The Bluetooth 5.3 specification was recently released, and has a new version identifier (12) assigned to it in the Bluetooth Assigned Numbers. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
c995b11c4c
commit
7cd77c2cec
3 changed files with 3 additions and 2 deletions
|
@ -360,7 +360,7 @@ static const char *ver_str(uint8_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", "5.3"
|
||||
};
|
||||
|
||||
if (ver < ARRAY_SIZE(str)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue