As mentioned in the title, I couldn’t find this section in the documentation. How can I properly turn off BLE Bluetooth and then correctly turn it back on later?
I’m currently using these two lines of code to disconnect first and then stop advertising; is this the correct way to properly shut down BLE? Has this minimized Bluetooth RF power consumption to the lowest level?
Yes, simply disconnect, turn off advertising, and stop scanning (if scanning was performed). Actual Bluetooth shutdown is not required.