Bluetooth: move to controller-based privacy only #71751
Labels
area: Bluetooth Host
Bluetooth Host (excluding BR/EDR)
Enhancement
Changes/Updates/Additions to existing features
Problem
The Zephyr host currently implements Bluetooth LE privacy.
This was implemented back when the open-source controller didn't support controller-based privacy.
This has now changed, the controller now fully supports privacy.
Unfortunately, parts of the Host-based privacy are un-implementable, by spec. So for these parts we have to use controller privacy (which we do).
This makes the code unnecessarily hard to maintain, and nullifies potential gains from hardware accelerators on the controller.
Solution
Remove host-based privacy in favor of controller-based privacy.
Alternatives
Keep using host-based privacy and:
The text was updated successfully, but these errors were encountered: