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配对的问题



我使用协议栈中simpleCentral的例程,想实现配对的功能:

#define DEFAULT_PAIRING_MODE               GAPBOND_PAIRING_MODE_INITIATE
#define DEFAULT_MITM_MODE                     TRUE
#define DEFAULT_BONDING_MODE            TRUE
配置好之后,在建立连接的时候,已显示Pairing started,紧接着显示Connected   Pairing fail 5,这里为什么已连接成功,但是配对却失败了,失败代码显示此设备不支持配对?怎么解决这个问题!