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.
蓝牙4.0 的OSAL中定时器启动,在OSAL_API文档中说明用osal_start_timerEx( )来启动定时器,但是osal_start_timerEx( )里面仅仅调用osalAddTimer()来添加一个定时器,添加之后是如何让定时器工作的的呢?或者说是如何激活定时器开始计时的呢?谢谢