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.

在BLE程序osal_start_timerEx( )和osal_start_reload_timer()有什么区别?

我在程序看到,在SimpleBLEPeripheral_Init( uint8 task_id )中用osal_start_reload_timer(),而在按键处理函数中用osal_start_timerEx( )。两者可以互相交换应用吗?