Based on the NRF Radio manual, the over the air address of the packets, is configured using "BASEn" and "PREFIXn" registers.
However, there are also two other registers called "TXADDRESS" and "RXADDRESSES". What is the application of these registers and how we can use them?
My current reading of the specification tells me that these are used to facilitate the filtering of the unwanted packets in the hardware level but I am not sure.
The BLE standard does not seem to have any instructions for this type of addresses (which is called logical addresses sometimes in the NRF Radio specification). Is this something that NRF has designed for extra flexibility and fast filtering and connection?
As far as APIs are concerned, I have found the following:
Thanks