Carles Cufi
Hi there,
If you are building the hci_uart then CONFIG_BT_PRIVACY is irrelevant because it’s only tied to the Host. What you need is CONFIG_BT_CTLR_PRIVACY, which enables privacy in the controller.
Carles
From: devel@... <devel@...>
On Behalf Of icephyr
Sent: 06 December 2018 04:34 To: devel@... Subject: [Zephyr-devel] CONFIG_BT_PRIVACY cannot be enabled with Hci_uart sample #nrf52832 #hci
Hi guys, I met a problem here and hop anybody can help.
config BT_PRIVACY
bool
prompt "Privacy Feature" if BT_SMP && BT_CONN && BT_HCI_HOST && BT_HCI && BT depends on BT_SMP && BT_CONN && BT_HCI_HOST && BT_HCI && BT help Enable local Privacy Feature support. This makes it possible to use Resolvable Private Addresses (RPAs).
|
||||||||||||||
|