Skip to content

Commit baf2ff5

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 dc501e1 commit baf2ff5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ config BT_LLL_VENDOR_NORDIC
1919
select BT_CTLR_LE_ENC_SUPPORT if BT_CTLR_CRYPTO_SUPPORT && \
2020
!BT_CTLR_DATA_LENGTH_CLEAR && \
2121
!BT_CTLR_PHY_2M_NRF
22-
select BT_CTLR_PRIVACY_SUPPORT if BT_CTLR_CRYPTO_SUPPORT && \
23-
!SOC_SERIES_NRF51X
22+
select BT_CTLR_PRIVACY_SUPPORT if BT_CTLR_CRYPTO_SUPPORT
2423
select BT_CTLR_CONN_PARAM_REQ_SUPPORT
2524
select BT_CTLR_EXT_REJ_IND_SUPPORT
2625
select BT_CTLR_PER_INIT_FEAT_XCHG_SUPPORT

0 commit comments

Comments
 (0)