This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Peer Manager Whitelist Disable But Not Erase

Is there a way to disable (not use) the peer manager's whitelist without setting it to NULL? I'd like to be able to temporarily disable the whitelist without potentially losing it should an unexpected shutdown occur.

Parents
  • Hi,

    Could you let me know what do you use white list for ? When you are advertising or when you are scanning ? If you use whitelist for advertising, you can either disable whitelist in ble_adv_modes_config_t when doing advertising init (ble_advertising_init) or if you are already advertise with whitelist you can turn off whitelisting by calling ble_advertising_restart_without_whitelist()

Reply
  • Hi,

    Could you let me know what do you use white list for ? When you are advertising or when you are scanning ? If you use whitelist for advertising, you can either disable whitelist in ble_adv_modes_config_t when doing advertising init (ble_advertising_init) or if you are already advertise with whitelist you can turn off whitelisting by calling ble_advertising_restart_without_whitelist()

Children
No Data
Related