nRF Connect SDK API 2.8.99
|
int ipc_bt_process | ( | void | ) |
Give processing time to the IPC Bluetooth interface.
The function might not have any functionality if the interface does not need to be given processing time (or is processed automatically). When this function is not needed, it should be implemented as an empty function and return -ENOSYS.
-ENOSYS | The function is not implemented. |