nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ mpsl_cx_granted_ops_get()

int32_t mpsl_cx_granted_ops_get ( mpsl_cx_op_map_t p_granted_ops)

#include <mpsl/include/protocol/mpsl_cx_protocol_api.h>

Get list of radio operations currently granted by PTA.

Note
PTA may change granted radio operations list at any time. It is possible that value returned by this function is outdated before the function ends its execution.
Parameters
[out]p_granted_opsMap of granted radio operations.
Return values
0List of granted radio operations is stored in the passed memory address.
-EINVALgranted_ops is NULL pointer.