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

SDK 6.0 alternative for ble_bondmngr_whitelist_get function?

Hi,

I am upgrading to SDK 6.0.

What function should I use for retriving the whitelist data?

SDK 5.2:

		//err_code = ble_bondmngr_whitelist_get(&whitelist);
		//APP_ERROR_CHECK(err_code);
				
	    //Check if devices exist in the whitelist
		if (!only_standard_mode && ((whitelist.addr_count != 0) || (whitelist.irk_count != 0)))		
		{
         ...
Parents Reply Children
No Data
Related