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.

CC2652P: 关于调用GapAdv_enable广播完成后不能休眠

Part Number: CC2652P

在dmm_zed_switch_remote_display_app (SDK 5.10)工程上,将syscfg文件中 广播模式配置为 Limited advertising;

在GAP_DEVICE_INIT_DONE_EVENT消息的广播启动中启动5秒广播,status = GapAdv_enable(advHandleLegacy, GAP_ADV_ENABLE_OPTIONS_USE_DURATION , 500);

5秒的广播过程中,平均功耗为uA;

5秒广播停止后,功耗为mA,看着没有进入休眠。

广播停止后,进入休眠还需要做其他设置么?