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

Pairing and Connection parameters

Are there any dependencies between the connection parameters configuration and pairing?

I am using nRF52840 and SDK 14.0.2 and ATT_MTU example. I am trying to add pairing to this code base using peer manager. Bonding is not enabled at this stage.

When I try to run this throughput test at max speed I get 0x3D (MIC failure) error on the client (central) side. The parameters for this test case is 2M PHY and conn_interval = 7.5ms

When I change the conn_interval to 400ms or if I run at 1M PHY, I don't see this 0x3D error and test completes normally.

Can you help me in understanding this behavior?

Related