Hi, I just started to develop a new project with nRF52840 and I've been trying to understand about white listing feature of BLE.
As I need white list to skip unknown device's scanning or connection trial, I want to save white list to peripherals in advance like in a manufacturing process so that only customer devices (central) can scan and try to connect.
However, according to nordic SDK, max count is 8 which is not so enough for many central devices and they may change their central devices.
So I wonder if t is possible to set some sort of wild card to cover a group of various devices in white list rather than using specific device address.
Thank you.
Won