Part Number: CC2340R5
我使用的是CC2340进行开发,SDK版本是8.20,现在·我想知道如何使模块上的射频部分完全掉电,但是其余的功能能够正常使用,比如其他的FreeRTOS任务,只有蓝牙方面的功能完全失效,我尝试过使用BLEAppUtil_advStop ,这个API能够完全将射频部分关闭吗?
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.
您好,BLEAppUtil_advStop() 不能保证“完全将 RF 硬件掉电”,它只是停止 BLE 广播。