Tool/software: Code Composer Studio
I'm using a custom board with CC2640R2F. The application is revised a little based on Simple_peripheral program from TI. Only add a sensor service and the sensor service work very well.
The problem is it can't be paired by any center device(Windows/IOS). I use breakpoints to debug and it shows the pairing state can only get to GAPBOND_PAIRING_STATE_STARTED, but never get to GAPBOND_PAIRING_STATE_COMPLETE.
TI SimpleLink CC2640R2 Software Development Kit (Version 1.50.00.58)
TI Code Composer Studio: CCS-9
TI Code Generation Tools for ARM: 16.09.03.LTS
XDCTools: 3.50.03.3
Debugger: XDS110
BLE 4.2
Usually, what reason can cause pairing unsuccessful? How can I debug it?
Thanks