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.

z-stack --> how to stop a osal_start_reload_timer



Hello all...

how can I stop a     osal_start_reload_timer( zclSampleLight_TaskID, SAMPLELIGHT_IDENTIFY_TIMEOUT_EVT, 1000 );  ???

 

I tried to use       osal_stop_timerEx(zclSampleLight_TaskID, SAMPLELIGHT_IDENTIFY_TIMEOUT_EVT);

 

but didn't work..

any sugestion ???