Search found 2 matches

by simfero
Tue May 28, 2019 12:57 am
Forum: ESP-IDF
Topic: Whitelisting does't allow connections from resolvable random mac address
Replies: 0
Views: 2588

Whitelisting does't allow connections from resolvable random mac address

I am working on a BLE device with a pairing process, which allows only previously bonded device to connect back. For that, I use whitelisting to memorize the address, and only advertise and accept connections from these addresses (i.e. esp_ble_adv_params.adv_filter_policy = ADV_FILTER_ALLOW_SCAN_WLS...
by simfero
Mon May 27, 2019 11:26 pm
Forum: General Discussion
Topic: Using whitelist with resolvable random address
Replies: 6
Views: 8222

Re: Using whitelist with resolvable random address

Anh-Minh, did you ever resolve this issue? Looks like there's a bug/limitation in ESP32 that doesn't allow whitelisting resolvable random addresses used by most modern smartphones.