Search found 1 match
- Thu Jan 16, 2025 8:28 pm
- Forum: ESP-IDF
- Topic: NimBLE whitelist not working
- Replies: 1
- Views: 771
Re: NimBLE whitelist not working
You're using the wrong filter value. If you want to allow connections only from whitelisted devices the value should be one of: 0x02 - Process scan requests from all devices and connection requests only from devices that are in the Filter Accept List. 0x03 - Process scan and connection requests only...