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

Error code 4 in pm_peer_rank_highest()

In code:

case PM_EVT_BONDED_PEER_CONNECTED:
  NRF_LOG_DEBUG("Connected to previously bonded device\r\n");
  err_code = pm_peer_rank_highest(p_evt->peer_id);

i get err_code=4 if I try pairing with Windows 10. But if I pair with Windows Phone 8.1, I don't get any error. Any idea?

SDK v12.1.0

Parents Reply Children
No Data
Related