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

How create a Whitelist

Hi all,

is there a tutorial about this topics? It's not clear to me how create a whitelist and i have a problem with events BLE_ADV_EVT_WHITELIST_REQUEST that not occurs.

My scope is create a connectione one to one between nrf52(SDK 11) and a phone ( ios or android). I'm using a peer manager

Thanks, Anna

  • Hi Anna, If you are using peer_manager, please try to download SDK v12 and have a look at the ble_app_mouse example. Make sure that you set options.ble_adv_whitelist_enabled = true; in advertising_init().

    And have a look in advertising_start() to see how the whitelist is fetched.

    And since you only allow one device to be connected, make sure this is not called "ble_advertising_restart_without_whitelist()"

Related