Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
ble_nus.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
17#ifndef __BLE_NUS_H__
18#define __BLE_NUS_H__
19
20#include "../ble_common.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26
32int ble_nus_init(void);
33
41int ble_nus_send(const int16_t *input_data);
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif /* __BLE_NUS_H__ */
48
int ble_nus_init(void)
Initialize BLE NUS and start advertising.
int ble_nus_send(const int16_t *input_data)
Send raw IMU sample data over NUS.