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.

RTOS/CC2650: reconnect BLE CC2650 after disconnect by LINK LOSS service

Part Number: CC2650

Tool/software: TI-RTOS

How to reconnect BLE cc2650 with app after disconnect by LINK LOSS use GAPRole_TerminateConnection(); I used uint8_t advertEnabled =TRUE;  GAPRole_SetParameter(GAPROLE_ADVERT_ENABLED, sizeof(uint8_t), &advertEnabled); but still not reconnect and advertising to app.

After I disconnect GAPRole_TerminateConnection();, cc2650 no longer advertise.  How to advertise continously and reconnect smartphone to cc2650?