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.
工具/软件:Code Composer Studio
我目前正在使用 simple_peripheral 示例进行练习。 是否有办法根据输入停止整个任务和 BLE 连接、例如、如果特征3的输入为1、能否关闭 BLE 连接并执行新的射频任务? 我该怎么做?
谢谢、
Yue
尊敬的 Yue:
查看 DMM_154sensor_remote_display 示例。 在 remote_disaplay.c 文件中、有一些用于"RD_policy_pause_evt"事件的事件处理程序代码、其中显示了如何终止和停止广播。