Page 1 of 1

[BLE] Possible to decode Identity Address from Resolvable Private Address and IRK?

Posted: Thu Oct 10, 2019 3:49 pm
by DrSegatron
As RPA support seems to be missing from the controller:

https://github.com/espressif/esp-idf/bl ... onn.c#L202

Is it possible to decode a Resolvable Random Device Address with the functions available in the IDF?

I need to identify the connecting bluetooth device.

Re: [BLE] Possible to decode Identity Address from Resolvable Private Address and IRK?

Posted: Mon Oct 14, 2019 7:41 pm
by DrSegatron
There were a lot of aes headers, but I didn't find a suitable one, so I ran with TinyAES and did it manually.