SDK 版本: 7_10_00_35
项目: Basic_ble
我创建了一个 pthread 专门用来执行 UART 代码,我想在 UART 中停止广播,但我发现当我执行 BLEAppUtil_advStop ()时, CC2340会输入 iCall_abort(),因为 BLEAppUtil 的函数只能用于特定的区域调用吗? 或者我没有注意到什么?
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.
SDK 版本: 7_10_00_35
项目: Basic_ble
我创建了一个 pthread 专门用来执行 UART 代码,我想在 UART 中停止广播,但我发现当我执行 BLEAppUtil_advStop ()时, CC2340会输入 iCall_abort(),因为 BLEAppUtil 的函数只能用于特定的区域调用吗? 或者我没有注意到什么?
您好、Ryan、
我认为这个 e2e 主题可以帮助您解决该问题。 这里的关键是使用 BLEAppUtil_invokeFunction().
Br、
大卫。