I use this demo [nRF51_SDK_10.0.0_HID_DFU_090216.rar] (/attachment/27e0b68cff3ffe4959299fcae336e844) change rep_map_data[] add mouse and Consumer,but restart is no work . I clear persistent data is work. But I want peer . I want to delete whitelist.
I use this demo [nRF51_SDK_10.0.0_HID_DFU_090216.rar] (/attachment/27e0b68cff3ffe4959299fcae336e844) change rep_map_data[] add mouse and Consumer,but restart is no work . I clear persistent data is work. But I want peer . I want to delete whitelist.
Hi,
What do you mean restart is no work?
you want to delete the list of bonded devices when you restart?
Hi , I use the demo add mouse and Consumer the first work Ican use mouse keyboard consumer .But I restart it is no work I think some params storage in flash . How can i do .
Looks like you are erasing the bond data when the device restart. I.e. you are calling device_manager_init(true);
with the erase flag set to true. You then have to delete the bond/pair on the phone, and pair/bond again.
link text Here I update the problems.