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

◆ mpsl_cx_interface_set()

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.

Parameters
[in]p_methodsPointer to structure of pointers. this must be valid for the lifetime of the application.
Note
This must be used by Coexistence implementation "constructor" and this is the only case in which it can be used.
Return values
0The "link" was successfuly created.
-NRF_EPERMSome error occured (e.g. null pointer was passed).