Hi,
I have a question about the whitelist,when we use the function "pm_whitelist_set()" to set the whitelist,whether the whitelist is stored in RAM or FLASH? I traced the function "pm_whitelist_set()" and its bottom layer called another function "sd_ble_gap_whitelist_set()",and the "sd_ble_gap_whitelist_set()" function does not mention where the whitelist is stored,so i have this question.
And at the same time,the example about whitelist has the following function:

If whitelist is enabled, the whitelist setting function will be called each time a "scan_start()" is called,so if whitelist is stored in FLASH,frequent flash writing will speed up flash damage,thus the whitelist must be read and compared before setting.
