summaryrefslogtreecommitdiff
path: root/monitor/emulator.h
blob: dc9351e4e7b1242409ff8145a7c3d009c5b37f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 *
 *  BlueZ - Bluetooth protocol stack for Linux
 *
 *  Copyright (C) 2011-2014  Intel Corporation
 *  Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>
 *
 *
 */

#define EMU_SUBCMD_TEST_EVENT 0x00

struct emu_cmd_test_event {
	uint8_t subcmd;
	uint8_t evt;
	uint8_t data[];
} __attribute__((packed));