From: Marcel Holtmann Date: Mon, 7 Oct 2013 09:23:04 +0000 (-0700) Subject: monitor: Fix physical link disconnection complete event name X-Git-Tag: android-x86-4.4-r3~7495 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=307bba5bcbf3c84e1222c4632cb1f250b6e9590d;p=android-x86%2Fexternal-bluetooth-bluez.git monitor: Fix physical link disconnection complete event name --- diff --git a/monitor/packet.c b/monitor/packet.c index 8bec3f6b5..acc5086db 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -1915,7 +1915,7 @@ static const struct { } events_page2_table[] = { { 0, "Physical Link Complete" }, { 1, "Channel Selected" }, - { 2, "Disconnection Physical Link" }, + { 2, "Disconnection Physical Link Complete" }, { 3, "Physical Link Loss Early Warning" }, { 4, "Physical Link Recovery" }, { 5, "Logical Link Complete" },