Mac address in whitelist

Hello everyone 

Currently I am developing the code for a gateway that collects data from various BLE devices. Some of the peripherals go onto pairing process, meaning that its bonding information will be stored in the whitelist for further connections; some others don't support pairing (the peripheral only connects to the central and the information is exchanged). I want to scan using the whitelist, however, I am trying to find a way to add the MAC addresses of those devices that don´t support pairing to the whitelist,. Is there a way I can do that?

Alternitivaly, can I use the whitelist filter AND the MAC adress filter?

Thank you 

PS: I´m using nRF52832 and SDK v17.1

Related