Using whitelist with resolvable random address
Posted: Tue Jul 24, 2018 8:39 am
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, so the device cannot advertise to previously address.
How can my ESP32 memorize these random addresses, using whitelist, to run properly ?
Thank you
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, so the device cannot advertise to previously address.
How can my ESP32 memorize these random addresses, using whitelist, to run properly ?
Thank you