nrfxlib API 2.8.99
|
int32_t mpsl_cx_interface_set | ( | const mpsl_cx_interface_t * | p_methods | ) |
#include <mpsl/include/mpsl_cx_abstract_interface.h>
Connects to one of Coexistence PTA client implementation.
[in] | p_methods | Pointer to structure of pointers. this must be valid for the lifetime of the application. |
0 | The "link" was successfuly created. |
-NRF_EPERM | Some error occured (e.g. null pointer was passed). |