Diff between 088f707713db4ca433fd0ce18c5d5e78c836765f and 28cc8a5a704f37484546199d4589b8c7bd61573b
Changed Files
| File | Additions | Deletions | Status |
| tools/btsnoop.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/btsnoop.c b/tools/btsnoop.c
index 71191eb..3eb8082 100644
--- a/tools/btsnoop.c
+++ b/tools/btsnoop.c
@@ -230,7 +230,7 @@ next_packet:
if (flags & 0x01)
opcode = BTSNOOP_OPCODE_SCO_RX_PKT;
else
- opcode = BTSNOOP_OPCODE_ACL_TX_PKT;
+ opcode = BTSNOOP_OPCODE_SCO_TX_PKT;
break;
case 0x04:
opcode = BTSNOOP_OPCODE_EVENT_PKT;