Skip to content

Commit

Permalink
monitor: Add Bluetooth 5.4 to the version list
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann committed Oct 4, 2023
1 parent 5f0297f commit 6ee10e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monitor/packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -2451,6 +2451,9 @@ void packet_print_version(const char *label, uint8_t version,
case 0x0c:
str = "Bluetooth 5.3";
break;
case 0x0d:
str = "Bluetooth 5.4";
break;
default:
str = "Reserved";
break;
Expand Down

0 comments on commit 6ee10e6

Please sign in to comment.