nRF Connect SDK API 2.8.99
|
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.
[in] | ops | The bitmap of granted radio operations defined in mpsl_cx_op_t. |
[in] | timeout | The time after which the granted operations are reset to defaults. |