Skip to content

Commit

Permalink
pw_bluetooth: Fix incorrect enumeration for encryption status
Browse files Browse the repository at this point in the history
EncryptionStatus value is used in EncryptionChangeEventV1

Test: pw presubmit
Change-Id: I10b4142705eba66f3751f25a871ff232f6394178
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/152132
Commit-Queue: Lulu Wang <luluwang@google.com>
Reviewed-by: Josh Conner <joshconner@google.com>
  • Loading branch information
Lulu Wang authored and CQ Bot Account committed Jun 16, 2023
1 parent c4a7903 commit 78abfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_bluetooth/public/pw_bluetooth/hci.emb
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ enum LinkType:
enum EncryptionStatus:
OFF = 0x00
ON_WITH_E0_FOR_BREDR_OR_AES_FOR_LE = 0x01
ON_WITH_AES_FOR_BREDR = 0x03
ON_WITH_AES_FOR_BREDR = 0x02


bits LmpFeatures(page: UInt:8):
Expand Down

0 comments on commit 78abfa4

Please sign in to comment.