summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2015-01-12 17:38:29 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-01-12 10:35:58 -0200
commit2bf782face6c91979b6230b3a5a0c2710156ac87 (patch)
tree7b65582fc0935423003008045e7fed713845e0ec /monitor
parentc96bf1ba217cd3fbc3726cd7181f69d069917f08 (diff)
downloadbluez-2bf782face6c91979b6230b3a5a0c2710156ac87.tar.gz
monitor/packet: Fix ERROR CODES as per core_v4.2
Modified the error codes as per core V4.2, Vol 2, Part D.
Diffstat (limited to 'monitor')
-rw-r--r--monitor/packet.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/monitor/packet.c b/monitor/packet.c
index 06ecadd39..86420340c 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -317,9 +317,10 @@ static const struct {
{ 0x1b, "SCO Offset Rejected" },
{ 0x1c, "SCO Interval Rejected" },
{ 0x1d, "SCO Air Mode Rejected" },
- { 0x1e, "Invalid LMP Parameters" },
+ { 0x1e, "Invalid LMP Parameters / Invalid LL Parameters" },
{ 0x1f, "Unspecified Error" },
- { 0x20, "Unsupported LMP Parameter Value" },
+ { 0x20, "Unsupported LMP Parameter Value / "
+ "Unsupported LL Parameter Value" },
{ 0x21, "Role Change Not Allowed" },
{ 0x22, "LMP Response Timeout / LL Response Timeout" },
{ 0x23, "LMP Error Transaction Collision" },
@@ -346,7 +347,7 @@ static const struct {
{ 0x38, "Host Busy - Pairing" },
{ 0x39, "Connection Rejected due to No Suitable Channel Found" },
{ 0x3a, "Controller Busy" },
- { 0x3b, "Unacceptable Connection Interval" },
+ { 0x3b, "Unacceptable Connection Parameters" },
{ 0x3c, "Directed Advertising Timeout" },
{ 0x3d, "Connection Terminated due to MIC Failure" },
{ 0x3e, "Connection Failed to be Established" },