Page 1 of 1

[ESP32 BLE] Retrieval of Whitelist Devices

Posted: Fri Sep 27, 2019 9:38 am
by mihir_t
Hello,

I need to get the entry of BLE devices which exist in the whitelist at Link Layer in BLE Controller.

I have explored the BLE related Library in esp-IDF for this. But i am not getting any API to retrieve the list of devices in Whitelist.

Please give your suggestions on this issue.

Re: [ESP32 BLE] Retrieval of Whitelist Devices

Posted: Sat Sep 28, 2019 3:01 am
by chegewara
I think this is only API available in open source library and does not contain API to retrieve data:
https://github.com/espressif/esp-idf/bl ... #L350-L417