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.11.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