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.