From fc871b7e15662434ca8516f0ac90e5d6b60b0fd3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 25 Aug 2013 16:12:17 -0700 Subject: [PATCH] monitor: Use Bluetooth monitor type for HCI traces --- monitor/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/control.c b/monitor/control.c index a5567d053..b415edf1c 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) -- 2.47.3