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?