These codes were added in Bluetooth 5 --- monitor/packet.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitor/packet.c b/monitor/packet.c index c7b0c4e..8db8fee 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -502,6 +502,10 @@ static const struct { { 0x3f, "MAC Connection Failed" }, { 0x40, "Coarse Clock Adjustment Rejected " "but Will Try to Adjust Using Clock Dragging" }, + { 0x41, "Type0 Submap Not Defined" }, + { 0x42, "Unknown Advertising Identifier" }, + { 0x43, "Limit Reached" }, + { 0x44, "Operation Cancelled by Host" }, { } }; -- 2.9.3 -- 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