device: Set disconnect timer to zero for fast disconnection
[platform/upstream/bluez.git] / monitor / control.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 /*
3  *
4  *  BlueZ - Bluetooth protocol stack for Linux
5  *
6  *  Copyright (C) 2011-2014  Intel Corporation
7  *  Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>
8  *
9  *
10  */
11
12 #include <stdint.h>
13
14 #ifdef TIZEN_FEATURE_BLUEZ_MODIFY
15 bool control_writer(const char *path, int16_t rotate_count, ssize_t file_size);
16 #else
17 bool control_writer(const char *path);
18 #endif
19 void control_reader(const char *path, bool pager);
20 void control_server(const char *path);
21 int control_tty(const char *path, unsigned int speed);
22 int control_rtt(char *jlink, char *rtt);
23 int control_tracing(void);
24 void control_disable_decoding(void);
25 void control_filter_index(uint16_t index);
26
27 void control_message(uint16_t opcode, const void *data, uint16_t size);