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

◆ ipc_bt_init()

int ipc_bt_init ( void  )

Initialize the IPC Bluetooth interface.

The function might not have any functionality if the interface does not need to be initialized (or is initialized automatically). When this function is not needed, it should be implemented as an empty function and return -ENOSYS.

Return values
-ENOSYSThe function is not implemented.
Returns
0 in case of success or negative value in case of error.