Is there any way to get the currently used access address from the softdevice? I have an application that needs to know what access address is being used. I can sort of get it every once in a while by retrieving the NRF_RADIO->BASE0 and prefix registers, but they rarely contain data. Is this accessible via some API call or other method?
Thanks