Dear all developers:
I want to use whitelist on central mode,and using SDK12.3.0. I have see some call be used like this:
pm_whitelist_set(whitelist_load())
pm_device_identities_list_set(whitelist_load())
pm_whitelist_get
sd_ble_gap_scan_start(&m_scan_param)
I feel some confuse about it.I want add a ble mac addr to whitelist,and delete a mac addr in whitelist.
what should I do. Can show some example about how to use it?
Thx all of viewer !