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