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

◆ nrf_modem_dect_phy_rssi()

int nrf_modem_dect_phy_rssi ( const struct nrf_modem_dect_phy_rssi_params * params)

#include <nrf_modem/include/nrf_modem_dect_phy.h>

Schedule an RSSI measurement operation.

Schedule an RSSI measurement operation with given parameters.

This operation is performed asynchronously. Completion of this operation is indicated by the NRF_MODEM_DECT_PHY_EVT_COMPLETED event. The measurements are sent in the NRF_MODEM_DECT_PHY_EVT_RSSI event.

Parameters
[in]paramsOperation parameters.
Return values
0Request was sent to modem.
-NRF_EPERMThe Modem library is not initialized.
-NRF_EFAULTNo event handler is set, or params is NULL.
-NRF_ENOMEMNot enough shared memory for this request.