This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

2541和2640r2f的配对码在主从机不一致的情况下,仍然可以paring success



这是主机的相关参数如下

#define DEFAULT_PASSCODE 111111

#define DEFAULT_PAIRING_MODE GAPBOND_PAIRING_MODE_INITIATE

#define DEFAULT_MITM_MODE TRUE

#define DEFAULT_IO_CAPABILITIES GAPBOND_IO_CAP_DISPLAY_ONLY

#define DEFAULT_BONDING_MODE FALSE

从机的相关参数如下

uint32_t passkey = 222222;
uint8_t pairMode = GAPBOND_PAIRING_MODE_WAIT_FOR_REQ;
uint8_t mitm = TRUE;
uint8_t ioCap = GAPBOND_IO_CAP_DISPLAY_ONLY;
uint8_t bonding = FALSE;

这些参数中也修改一些参数做了测试,但是情况没有改变