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 problem with CC2650STK

Other Parts Discussed in Thread: CC2650

I have recently purchased TI CC2650 STK.

The connection using android application on Any android device and TI CC 2650 STK works fine. But when I try to use pairing, STK doesnot respond to Pairing Request.

Is there any setting to enable Pairing on STK? Any switch, longpress, update software etc?

Thanks in adv

Raghav

  • Hi Raghav,

    Pairing is not configured in the SensorTag project. You can refer to the "Setup the GAP Bond Manager" section in SimpleBLEPeripheral_init in the SimpleBLEPeripheral project for a code sample as well as chapter 5.4 in the software user guide (SWRU393).

    If you want to use the GAP Bond manager you also need to include it when building the stack through the stack's buildConfig.opt.

    Regards,
    Svend