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.

Pairing fail



使用TI的例程:SimpleBLEPeripheral和SimpleCentral

在SimpleBLEPeripheral的SimpleBLEPeripheral_Init()中,把uint8 pairMode = GAPBOND_PAIRING_MODE_WAIT_FOR_REQ 改为uint8 pairMode = GAPBOND_PAIRING_MODE_INITIATE;;

在SimpleCentral的SimpleBLECentral.c中把#define DEFAULT_PASSCODE   19655改为#define DEFAULT_PASSCODE  000000

结果尝试连接时,LCD显示 Paring fail  4

请问还有什么地方需要修改的?