Hello,
On the nRF 52840DK sdk 17and softdevice 140,
Please, how get the current private resolvable address of the device.
Best regards
Regio
Hello,
On the nRF 52840DK sdk 17and softdevice 140,
Please, how get the current private resolvable address of the device.
Best regards
Regio
Hi Regio,
Have you tried to use the API: sd_ble_gap_adv_addr_get() ?
Hi Hung Bui,
thank you for your reply.
Yes, but it returns a constant value.
Is your device a peripheral or a central ?
Have you double check that when you advertise you actually use resolvable address ? The function supposed to return the current address used in the advertising packet. It's not the same as the sd_ble_gap_addr_get() function.
my device is peripheral.
I actually use the resolvable address when advertising. I see this address on the other device.
I know the function sd_ble_gap_addr_get() I used, and it works well.
Hi Regio,
Could you send us the code where you send advertising and call sd_ble_gap_adv_addr_get() so we can test here ?