Search found 1 match

by elevate456
Thu Jan 09, 2025 11:06 am
Forum: ESP-IDF
Topic: NimBLE whitelist not working
Replies: 1
Views: 769

NimBLE whitelist not working

Set-up - ESP-IDF v5.4 - MCU: ESP32 I can still connect to the peripheral even the advertising filter policy is set to 1. The code i used on setting-up the white list: ble_addr_t addresses = { .type = 0, .val = {0xe8, 0xdb, 0x84, 0x03, 0xf5, 0x62} // e8:db:84:03:f5:62 }; /* Begin advertising. */ mems...