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.

CC2540 从机配对问题



现在遇到的问题是:怎样设置也不需要密码。 配置如下, 无论我怎样更改参数无法弹出密码框(手机)。

uint32 passkey = 1234;
uint8 pairMode = GAPBOND_PAIRING_MODE_INITIATE;
uint8 mitm = TRUE;
uint8 ioCap = GAPBOND_IO_CAP_DISPLAY_YES_NO; //GAPBOND_IO_CAP_DISPLAY_ONLY;
uint8 bonding = TRUE;

是不是哪里还有没设置好?