Skip to content

Commit

Permalink
lib: Add Bluetooth 5.3 and Bluetooth 5.4 into the version table
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Oct 4, 2023
1 parent 9741e47 commit 5f0297f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hci.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ static hci_map ver_map[] = {
{ "5.0", 0x09 },
{ "5.1", 0x0a },
{ "5.2", 0x0b },
{ "5.3", 0x0c },
{ "5.4", 0x0d },
{ NULL }
};

Expand Down

0 comments on commit 5f0297f

Please sign in to comment.