Add bluetooth 6.0's HCI version in beacontools (New) #2210
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Super simple 1 line change for BT6.0
Resolved issues
The eddystone test will immediately crash on BT6.0 devices because it's trying to construct a
HCIVersionenum from an unknown member (14). This PR adds 14 in the enum and fixes it.Documentation
https://www.bluetoothandusb3.com/what-versions-of-bluetooth-are-there
HCI version number can also be found with
hciconfig -a | grep HCI(this shows the hexadecimal version, for example 14 = 0xe is bt6.0, 13 = 0xd is bt5.4)Tests
https://certification.canonical.com/hardware/202511-38076/submission/460156/