Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sdk15.2 ble_app_hids_mouse Pairing delayed by 2 seconds

I hope ble_app_hids_mouse can be paired with a delay of 2 seconds after connection or manually (sdk15.2)

Parents
  • Thank you for the clarification. This shouldn't be an issue either. Try setting the connection interval in your application lower, as this, by default, is set to be between 7.5ms and 4.0 seconds, but you can set the maximum to be 2 seconds if you'd like. This way the central will try to connect before 2 seconds has passed.

    Best regards,

    Simon

Reply
  • Thank you for the clarification. This shouldn't be an issue either. Try setting the connection interval in your application lower, as this, by default, is set to be between 7.5ms and 4.0 seconds, but you can set the maximum to be 2 seconds if you'd like. This way the central will try to connect before 2 seconds has passed.

    Best regards,

    Simon

Children
Related