Merge ~sylvain-pineau/checkbox-support:fix-1979028 into checkbox-support:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Pierre Equoy
Approved revision: 191b82e968e95789cbb38bec23b6d15b8203fc05
Merged at revision: 034692f635dcad661febbbfdbdbeeef20cb9c994
Proposed branch: ~sylvain-pineau/checkbox-support:fix-1979028
Merge into: checkbox-support:master
Diff against target: 12 lines (+1/-0)
1 file modified
checkbox_support/vendor/beacontools/scanner.py (+1/-0)
Reviewer Review Type Date Requested Status
Pierre Equoy Approve
Review via email: mp+425187@code.launchpad.net

Description of the change

Fix the vendorized version of beacontools in checkbox-support to add the last version of HCI to internal Enum.

See https://btprodspecificationrefs.blob.core.windows.net/assigned-numbers/Assigned%20Number%20Types/Host%20Controller%20Interface.pdf

To post a comment you must log in.
Revision history for this message
Pierre Equoy (pieq) wrote :

+1 thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/checkbox_support/vendor/beacontools/scanner.py b/checkbox_support/vendor/beacontools/scanner.py
2index aad14be..eeb4531 100644
3--- a/checkbox_support/vendor/beacontools/scanner.py
4+++ b/checkbox_support/vendor/beacontools/scanner.py
5@@ -45,6 +45,7 @@ class HCIVersion(IntEnum):
6 BT_CORE_SPEC_5_0 = 9
7 BT_CORE_SPEC_5_1 = 10
8 BT_CORE_SPEC_5_2 = 11
9+ BT_CORE_SPEC_5_3 = 12
10
11
12 _LOGGER = logging.getLogger(__name__)

Subscribers

People subscribed via source and target branches