Skip to content

Commit c629ea8

Browse files
cvinayakaescolar
authored andcommitted
Bluetooth: controller: Disable controller privacy feature
Disable the unsupported controller privacy feature in the ULL/LLL split architecture implementation. This feature will be enabled in the future when it has been ported to support multiple vendor SoCs. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 90c205f commit c629ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ config BT_CTLR_LE_PING
262262

263263
config BT_CTLR_PRIVACY
264264
bool "LE Controller-based Privacy"
265-
depends on !SOC_SERIES_NRF51X
265+
depends on !SOC_SERIES_NRF51X && BT_LL_SW
266266
default y
267267
select BT_CTLR_FILTER
268268
select BT_RPA

0 commit comments

Comments
 (0)