-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed
Copy link
Labels
area: Bluetootharea: Bluetooth HostBluetooth Host (excluding BR/EDR)Bluetooth Host (excluding BR/EDR)bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Milestone
Description
Description
Using controller privacy and enabling extended advertising:
CONFIG_BT_PRIVACY=y
CONFIG_BT_CTLR_PRIVACY=y
CONFIG_BT_CTLR_ADV_EXT=y
CONFIG_BT_EXT_ADV=y
The advertised random address is not updated after the default RPA timeout of 900 seconds. When disabling extended advertising, the address is correctly updated.
To Reproduce
Steps to reproduce the behavior:
- Run e.g. sample peripheral_hr in simulation for more than 900 seconds, with the described configuration.
- Observe the AdvA
- The address remains the same after 900 seconds of advertising
Expected behavior
After 900 seconds (15 minutes), the AdvA should change.
Impact
Violates specification and compromises security.
Metadata
Metadata
Assignees
Labels
area: Bluetootharea: Bluetooth HostBluetooth Host (excluding BR/EDR)Bluetooth Host (excluding BR/EDR)bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug