I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist.pp_irks Second I disconnect from Android device and connect to a iphone4s When I restart my nrf51822 peripheral and printf
whitelist.addr_count :1 whitelist.irk_count :2
When I printf whitelist.pp_addrs and whitelist.pp_irks it seems that old whitelist.pp_addrs is covered by new one,and whitelist.pp_irks[0] is renew when connect with iphone4s,and whitelist.pp_irks[1]->irk[j] is all 255
So can you help with multiple whitelist of SDK6 and softdevice 7.0?