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.
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.
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.