This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

use whitelist in Central(SDK12)

I want to use whitelist in Central (nrf51822,SDK12),but I don't know which function to add the MAC address. These three functions:

peer_list_get(pm_peer_id_t * p_peers, uint32_t * p_size);
whitelist_load();
scan_start_with_whitelist(void);

If there are examples of this, better for me,thanks.

Related