From 68a6da99667154c822f3fce659d6f5cdb086b8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Narajowski?= Date: Tue, 8 Aug 2017 10:45:32 +0200 Subject: [PATCH] monitor: Rename Directed Advertising Timeout In Bluetooth 5.0 spec this error code is named "Advertising Timeout" --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index f5130735f..0154e4f9f 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -496,7 +496,7 @@ static const struct { { 0x39, "Connection Rejected due to No Suitable Channel Found" }, { 0x3a, "Controller Busy" }, { 0x3b, "Unacceptable Connection Parameters" }, - { 0x3c, "Directed Advertising Timeout" }, + { 0x3c, "Advertising Timeout" }, { 0x3d, "Connection Terminated due to MIC Failure" }, { 0x3e, "Connection Failed to be Established" }, { 0x3f, "MAC Connection Failed" }, -- 2.47.3