--- monitor/control.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitor/control.c b/monitor/control.c index 150bdcc44..1b62001fa 100644 --- a/monitor/control.c +++ b/monitor/control.c @@ -1307,6 +1307,8 @@ static void tty_callback(int fd, uint32_t events, void *user_data) btsnoop_write_hci(btsnoop_file, tv, 0, opcode, drops, hdr->ext_hdr + hdr->hdr_len, pktlen); + ellisys_inject_hci(tv, 0, opcode, hdr->ext_hdr + hdr->hdr_len, + pktlen); packet_monitor(tv, NULL, 0, opcode, hdr->ext_hdr + hdr->hdr_len, pktlen); -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html