From 285606e12a5134f9c455ad882b0505aa48d9af4a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Dec 2014 11:22:34 +0100 Subject: [PATCH] monitor: Show difference between Security Manager for LE and BR/EDR --- monitor/l2cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/l2cap.c b/monitor/l2cap.c index 6d9b1ce7e..5f845ac81 100644 --- a/monitor/l2cap.c +++ b/monitor/l2cap.c @@ -675,7 +675,7 @@ static struct { { 0x0003, "AMP Manager Protocol" }, { 0x0004, "Attribute Protocol" }, { 0x0005, "L2CAP Signaling (LE)" }, - { 0x0006, "Security Manager" }, + { 0x0006, "Security Manager (LE)" }, { 0x0007, "Security Manager (BR/EDR)" }, { 0x003f, "AMP Test Manager" }, { } -- 2.47.3