Dear TI members,
As far as I understand:
The APIs BLEAppUtil_advStart()
and BLEAppUtil_advStop()
can be used to start and stop peripheral, respectively.
My question is:
When I invoked BLEAppUtil_advStop() to stop peripheral, the system would stock in abort() loop.
Here's the call stack:
So, how can I actually toggle (start/stop) peripheral mode?
Should we have to do extra settings/configurations before using BLEAppUtil_advStart()
and BLEAppUtil_advStop()?
The table below is my current building environment:
Code Composer Studio |
12.4.0.202306011800 |
SimpleLink SDK |
7.20.1.10 |
XDCtools |
3.62.1.16_core |