Diff between c8836711ad0725fc780dd999784ea169a344734b and 6899322b68e546b545ce3f6db1c569c64a90fdd7
Changed Files
| File | Additions | Deletions | Status |
| monitor/ellisys.c | +6 | -0 | modified |
Full Patch
diff --git a/monitor/ellisys.c b/monitor/ellisys.c
index 61ac24c..56d280e 100644
--- a/monitor/ellisys.c
+++ b/monitor/ellisys.c
@@ -131,6 +131,12 @@ void ellisys_inject_hci(struct timeval *tv, uint16_t index, uint16_t opcode,
case BTSNOOP_OPCODE_SCO_RX_PKT:
msg[20] = 0x83;
break;
+ case BTSNOOP_OPCODE_ISO_TX_PKT:
+ msg[20] = 0x05;
+ break;
+ case BTSNOOP_OPCODE_ISO_RX_PKT:
+ msg[20] = 0x85;
+ break;
default:
return;
}