This is a very simple question:
According to the documentation, each dongle is assigned a Bluetooth Address at the factory using some random number generation algorithm that remains with the IC permanently. However, I can set the Bluetooth Address to something else (which I need to do and I change it often as I am writing a test suite). But I need some unique identifier of the nRF52840 dongle. The factory assigned Bluetooth address would be an ideal candidate, but I do not know how to get that address once I have set the address to something else.
Is there a way to get the factory generated Bluetooth Address OR is there another way I can (programmatically) get a unique identifier of a given dongle?
Note that I am using the pc-ble-driver and thus need to use the sd_* methods.