OSDN Git Service

monitor: Use Bluetooth monitor type for HCI traces
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 25 Aug 2013 23:12:17 +0000 (16:12 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 25 Aug 2013 23:12:17 +0000 (16:12 -0700)
monitor/control.c

index a5567d0..b415edf 100644 (file)
@@ -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)