Dear TI members,
In this disccusion thread: CC2340R5: How to turn off RF signal - Bluetooth forum - Bluetooth®︎ - TI E2E support forums
In order to turn off BLE broadcast feature, TI suggests that if the device is not in a connection, then simply disabling scanning and advertising should cease all ble activity.
This can be done through the use of the BLEAppUtil_advStop() and BLEAppUtil_scanStop().
But I'm just wondering if we can remove BLEAppUtil_advStart(), BLEAppUtil_scanStart() instead? Does this make any sense?
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 |
Thanks,
Zach