This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

hid error 0x8010

Hi, i have an custom board, using s110 and HID example from sdk9.

After i pair and unpaired few times i get an error code :err_code = 0x8010

err_code = dm_service_context_set(&m_bonded_peer_handle, &service_context);
                if (err_code != NRF_ERROR_INVALID_STATE)
                {
                    APP_ERROR_CHECK(err_code);
                }

What is the solution for this error?

Thanks

Parents Reply Children
No Data
Related