Diff between 56618fa4e243da17ea9b3020b888697832f15a58 and 5818659952513d19b06625de8345948af9bd336a
Changed Files
| File | Additions | Deletions | Status |
| src/shared/btsnoop.c | +8 | -0 | modified |
Full Patch
diff --git a/src/shared/btsnoop.c b/src/shared/btsnoop.c
index a3803e1..255775e 100644
--- a/src/shared/btsnoop.c
+++ b/src/shared/btsnoop.c
@@ -427,6 +427,14 @@ static bool pklg_read_hci(struct btsnoop *btsnoop, struct timeval *tv,
*index = 0x0000;
*opcode = BTSNOOP_OPCODE_ACL_RX_PKT;
break;
+ case 0x08:
+ *index = 0x0000;
+ *opcode = BTSNOOP_OPCODE_SCO_TX_PKT;
+ break;
+ case 0x09:
+ *index = 0x0000;
+ *opcode = BTSNOOP_OPCODE_SCO_RX_PKT;
+ break;
case 0x0b:
*index = 0x0000;
*opcode = BTSNOOP_OPCODE_VENDOR_DIAG;