Skip to content

Commit

Permalink
pw_bluetooth: Remove anonymous entry in LEPeerAddressTypeNoAnon
Browse files Browse the repository at this point in the history
The LEPeerAddressTypeNoAnon is meant for commands and events which don't
include an anonymous value in the peer address type. Somehow,
LEPeerAddressTypeNoAnon still included the anonymous value. This change
removes that value.

Change-Id: I7c5fe9dc2225de662d663f54ac3e61e2ea566d1d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/177881
Reviewed-by: Ben Lawson <benlawson@google.com>
Reviewed-by: Josh Conner <joshconner@google.com>
Commit-Queue: Faraaz Sareshwala <fsareshwala@google.com>
  • Loading branch information
fsareshwala authored and CQ Bot Account committed Oct 27, 2023
1 parent ab4e275 commit 5bdcaf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pw_bluetooth/public/pw_bluetooth/hci_common.emb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ enum LEPeerAddressTypeNoAnon:
[maximum_bits: 8]
PUBLIC = 0x00
RANDOM = 0x01
ANONYMOUS = 0xFF


bits ClockOffset:
Expand Down

0 comments on commit 5bdcaf2

Please sign in to comment.