nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
ipc_bt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef IPC_BT_H_
8#define IPC_BT_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
24int ipc_bt_init(void);
25
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* IPC_BT_H_ */
int ipc_bt_init(void)
Initialize the IPC Bluetooth interface.
int ipc_bt_process(void)
Give processing time to the IPC Bluetooth interface.