Blob: jlink.h
Blob id: e445e553cad03017f0a7a97c50092a0287e068fd
Size: 277 B
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2018 Codecoup * * */ int jlink_init(void); int jlink_connect(char *cfg); int jlink_start_rtt(char *cfg); int jlink_rtt_read(void *buf, size_t size); |