![]() |
nrfxlib API 3.3.99
|
| int nrf_modem_dect_mac_callback_set | ( | const struct nrf_modem_dect_mac_op_callbacks * | op_cb, |
| const struct nrf_modem_dect_mac_ntf_callbacks * | ntf_cb ) |
#include <nrf_modem/include/nrf_modem_dect.h>
Set application callbacks for MAC notifications.
The application must set the callbacks for MAC operations before attempting other operations.
| op_cb | Application callbacks for modem operation messages. |
| ntf_cb | Application callbacks for modem notification messages. |
| 0 | On success. |
| -NRF_EINVAL | op_cb or ntf_cb is NULL, or one or more of the callbacks are NULL. |