nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ mpsl_cx_software_set_granted_ops()

int mpsl_cx_software_set_granted_ops ( mpsl_cx_op_map_t  ops,
k_timeout_t  timeout 
)

#include <include/mpsl/mpsl_cx_software.h>

Configures granted radio operations.

By default, the MPSL Software Coexistence implementation grants access to all radio operations. You can use this function to override the default granted operations.

Parameters
[in]opsThe bitmap of granted radio operations defined in mpsl_cx_op_t.
[in]timeoutThe time after which the granted operations are reset to defaults.
Returns
- 0 on success negative error code otherwhise.