Skip to content

Commit ad25f4a

Browse files
committed
Bluetooth: Controller: nRF51x: Enable Privacy Support
Enable Privacy Support, upto 2 bonds tested to have no issues when using a modified peripheral_accept_list. Relates to commit 93ca60b ("Bluetooth: controller: Require nRF52 for privacy"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 5b605e6 commit ad25f4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ config BT_LLL_VENDOR_NORDIC
2323
!BT_CTLR_DATA_LENGTH_CLEAR && \
2424
!BT_CTLR_PHY_2M_NRF
2525
select BT_CTLR_PRIVACY_SUPPORT if BT_CTLR_CRYPTO_SUPPORT && \
26-
!SOC_SERIES_NRF51X && \
2726
!SOC_COMPATIBLE_NRF54LX
2827
select BT_CTLR_CONN_PARAM_REQ_SUPPORT
2928
select BT_CTLR_EXT_REJ_IND_SUPPORT

0 commit comments

Comments
 (0)