-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_bluetooth_sapphire: Use local_ltk for BR/EDR CTKD key in SM
Use PairingData::local_ltk and PairingData::peer_ltk to deliver the LE LTK after BR/EDR SecurityManager cross-transport key derivation instead of PairingData::cross_transport_key. This makes it easier for client code to call Peer::LowEnergyData::StoreBond(PairingData) directly with the PairingData. Bug: 388607971 Change-Id: Ibf528fdda4db213f45474e23a43711e4e5f79062 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/261973 Lint: Lint 🤖 <[email protected]> Docs-Not-Needed: Ben Lawson <[email protected]> Reviewed-by: Jason Graffius <[email protected]> Commit-Queue: Ben Lawson <[email protected]>
- Loading branch information
1 parent
405b87a
commit adbb535
Showing
3 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters