From 657958bdc4caf43b8a71f6afb24a0bdf50c77143 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Feb 2014 11:12:44 -0800 Subject: [PATCH] shared: Add data structure for new index monitor event --- src/shared/btsnoop.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/shared/btsnoop.h b/src/shared/btsnoop.h index 30a4dc687..08aee90d9 100644 --- a/src/shared/btsnoop.h +++ b/src/shared/btsnoop.h @@ -42,6 +42,13 @@ #define BTSNOOP_OPCODE_SCO_TX_PKT 6 #define BTSNOOP_OPCODE_SCO_RX_PKT 7 +struct btsnoop_opcode_new_index { + uint8_t type; + uint8_t bus; + uint8_t bdaddr[6]; + char name[8]; +} __attribute__((packed)); + struct btsnoop; struct btsnoop *btsnoop_open(const char *path); -- 2.47.3