nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_modem_dect_phy_activate()

int nrf_modem_dect_phy_activate ( enum nrf_modem_dect_phy_radio_mode mode)

#include <nrf_modem/include/nrf_modem_dect_phy.h>

Activate the DECT PHY software stack in given radio mode.

Before each activation, the DECT PHY software stack must be configured using nrf_modem_dect_phy_configure.

This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_PHY_EVT_ACTIVATE event.

Parameters
modeDesired radio mode.
Return values
0Request was sent to modem.
-NRF_EPERMThe Modem library is not initialized.
-NRF_EFAULTNo event handler is set.
-NRF_ENOMEMNot enough shared memory for this request.