nrfxlib API 2.8.99
|
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. The measurements are sent to the nrf_modem_dect_phy_callbacks::rssi callback.
When the operation has completed, either successfully or unsuccessfully, the result is sent to the nrf_modem_dect_phy_callbacks::op_complete callback, with a handle
parameter equal to the handle
specified in params
.
[in] | params | Operation parameters. |
0 | Request was sent to modem. |
-NRF_EPERM | The Modem library is not initialized. |
-NRF_EFAULT | Callback configuration is invalid, or params is NULL . |
-NRF_ENOMEM | Not enough shared memory for this request. |