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

About sdk14.2 52832 password pairing timeout

Hi

I'm working on a password pairing project. You must enter the correct password to connect properly.  And This function can be normally implemented between mobile phone and slave module. When the phone wants to connect, a password pairing box pops up, and you must enter your password to connect properly. But now the password function is also in effect between the master and slave modules. According to the simulation, it is known that the connection is broken because the master module did not respond to the password and the pairing timeout evt is entered from the module. How can i fix this problem?

Thanks

June6

Parents Reply
  • Both sides are BLE_GAP_IO_CAPS_DISPLAY_YESNO.  However, the slave module will still use MITM and request the master module to respond to passkey. However, I don't know how the central module responds to passkey. And Neither the central module nor the slave module has a display screen. And I experimented on two development boards, one for the central mode and one for the slave mode. Both development boards use the same code. And then I get this problem.

Children
Related