I see there are few functions releated to this…
IotBle_Off()
IotNetworkBle_Close()
_bleDisable()
and probably more.
-
What is the correct way for me to turn the radio off?
-
What will this do the AWSNetworkManager? Ideally I’d have a way to turn that to disconnected as well. Because… what if I was waiting on an MQTT packet over BLE, but had something else come up and disabled the radio? What is the right way to handle this?
Thanks!