I use SDK9 nRF51. I use white list. When I want to delete all bounded devices, I call this function. But it doesn't work. It not deleted. Why I can't to delete bounded devices?
I use SDK9 nRF51. I use white list. When I want to delete all bounded devices, I call this function. But it doesn't work. It not deleted. Why I can't to delete bounded devices?
Thanks for anwer. I remarked that this
dm_device_delete_all(& m_dm_app_id);
function work only when nRF51 in advertiser mode.
When nRF51 in central mode (I use s130), this function doesn't work.
Why?
I added your code into
device_manager_evt_handler
and without any success. When I call
dm_device_delete_all(& m_dm_app_id);
bounded devices erased. But when I reset nrf51, I again can see 2 my bounded devices. ?
I added your code into
device_manager_evt_handler
and without any success. When I call
dm_device_delete_all(& m_dm_app_id);
bounded devices erased. But when I reset nrf51, I again can see 2 my bounded devices. ?