Hi!
When using BLE privat random address, we expect the BD-address to change every now and then.
When advertising with the nrf52832, we don't see the BD-address being updated at any point. So our considerations when observing this on other devices like some smartphone brands, makes us think that we need to restart the nRF52832, as it is what triggers the address change in the smartphone.
So, do we really have to disable and re-enable the softdevice or anything else, to make this happen or is this going to happen automatically ??
We have an application where the advertisements can be used for tracking by third parties and we want to avoid that as much as possible to induce privacy.
How can we achieve this?