Open
Description
Hello,
I am working on a BLE device ( ESP32 ) with a pairing process, which allows only previously bonded device to connect back using C++ BLE library. For that, i use whitelisting to memorize the address, and only advertise to these addresses. The problem i have, is that the address of Android and iOs are randomly generated, and changes. In consequence, the device cannot advertise to previously address when the address has changed.
How can my ESP32 memorize the real address of my application to advertise correctly to target device ?
Thank you