Skip to content

Commit 93ca60b

Browse files
carlescufiAnas Nashif
authored andcommitted
Bluetooth: controller: Require nRF52 for privacy
Privacy on nRF51 is not passing the conformance and qualification tests due to the time it takes to execute the privacy code while in ISR. Until we come up with a way of optimizing and/or deferring the work, do not allow privacy on nRF51 targets. Signed-off-by: Carles Cufi <[email protected]>
1 parent 2e17a60 commit 93ca60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ config BT_CTLR_LE_PING
134134

135135
config BT_CTLR_PRIVACY
136136
bool "LE Controller-based Privacy"
137+
depends on !SOC_SERIES_NRF51X
137138
default y
138139
select BT_RPA
139140
help

0 commit comments

Comments
 (0)