![]() |
nrfxlib API 3.3.99
|
| int nrf_modem_dect_phy_deactivate | ( | void | ) |
#include <nrf_modem/include/nrf_modem_dect_phy.h>
Deactivate the DECT PHY software stack.
Deactivation implicitly cancels all operations, both executing or scheduled for execution.
This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_PHY_EVT_DEACTIVATE event.
| 0 | Request was sent to modem. |
| -NRF_EPERM | The Modem library is not initialized. |
| -NRF_EFAULT | No event handler is set. |
| -NRF_ENOMEM | Not enough shared memory for this request. |