Diff between a1c86eba31c4b60827d59af38320b4b8a71ce019 and 3af1296cbe42e416452066c93ab50828b14456f0

Changed Files

File Additions Deletions Status
src/shared/btsnoop.h +4 -0 modified

Full Patch

diff --git a/src/shared/btsnoop.h b/src/shared/btsnoop.h
index 7d291fa..3df8998 100644
--- a/src/shared/btsnoop.h
+++ b/src/shared/btsnoop.h
@@ -49,6 +49,10 @@
 #define BTSNOOP_OPCODE_VENDOR_DIAG	11
 #define BTSNOOP_OPCODE_SYSTEM_NOTE	12
 #define BTSNOOP_OPCODE_USER_LOGGING	13
+#define BTSNOOP_OPCODE_CTRL_OPEN	14
+#define BTSNOOP_OPCODE_CTRL_CLOSE	15
+#define BTSNOOP_OPCODE_CTRL_COMMAND	16
+#define BTSNOOP_OPCODE_CTRL_EVENT	17
 
 #define BTSNOOP_MAX_PACKET_SIZE		(1486 + 4)