I'm trying to update our LTE connection library to use the LwM2M Carrier library to be prepared for carrier certification and I am not seeing any way to request that the modem move to the Online, Offline or Power Off states.
This is needed because I need to enable and disable the cellular radio to allow a Bluetooth radio to come on or off. My current scheme uses the "lte_lc_connect" and "lte_lc_offline" functions from the "lte_link_control" library.
Is there a way to support this with how the LwM2M Carrier library works currently?
I am on NRF Connect SDK v1.5.0
Thank you!