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.

RTOS/LAUNCHXL-CC2640R2: Possible to turn off Bluetooth functions such as advertising in multi_role or SimpleBLEPeripheral?

Part Number: LAUNCHXL-CC2640R2
Other Parts Discussed in Thread: BLE-STACK

Tool/software: TI-RTOS

I'm trying to save as much power as possible when power_sleep()-ing my device to standby mode. With multi_role and SBP, the device is waking up periodically from standby mode to scan for Bluetooth connections. I want it to stay in standby mode, and not wake up.

Maybe if I disable part of the or even the entire Bluetooth protocol, then it will stay in standby. Then when it powers back on, I can restore the Bluetooth.

Is this possible? If so, how? Thank you in advance.