Diff between 0a200567f5751a3a0a8da512a2851d966694a366 and fc871b7e15662434ca8516f0ac90e5d6b60b0fd3

Changed Files

File Additions Deletions Status
monitor/control.c +1 -1 modified

Full Patch

diff --git a/monitor/control.c b/monitor/control.c
index a5567d0..b415edf 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -808,7 +808,7 @@ void control_server(const char *path)
 
 void control_writer(const char *path)
 {
-	btsnoop_create(path, BTSNOOP_TYPE_EXTENDED_PHY);
+	btsnoop_create(path, BTSNOOP_TYPE_EXTENDED_HCI);
 }
 
 void control_reader(const char *path)