aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2016-11-23 13:26:17 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-04 01:02:38 +0000
commit59bbe6b0cd4f33341c5c0a517474debf579b6804 (patch)
treec7375d9f89d99b3350d26464951b12091e0aa4e0 /epan/dissectors/packet-bthci_cmd.c
parentcf1d07c8e371c48e73a27941e0e645230a0944d1 (diff)
Bluetooth: HCI: A few minor improvements
1. According to ESR05 there is no event called "Bluetooth Logo Testing". 2. According to ESR09 error code 0x23 is also "LL Procedure Collision" 3. Add some HCI status for event for HCI Summary bthci_evt is now up-to-date with Bluetooth Core 4 + CSA4 + CSS6 and ERS09 - nothing to implementing... Change-Id: Ief9e2de61be91942ab2211de6bc44a8f15d12426 Reviewed-on: https://code.wireshark.org/review/20355 Petri-Dish: Michal Labedzki <michal.tomasz.labedzki@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.c')
-rw-r--r--epan/dissectors/packet-bthci_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 0d0908f679..b18d2414f4 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -1200,7 +1200,7 @@ static const value_string bthci_cmd_status_vals[] = {
{0x20, "Unsupported LMP/LL Parameter Value"},
{0x21, "Role Change Not Allowed"},
{0x22, "LMP/LL Response Timeout"},
- {0x23, "LMP Error Transaction Collision"},
+ {0x23, "LMP Error Transaction Collision/LL Procedure Collision"},
{0x24, "LMP PDU Not Allowed"},
{0x25, "Encryption Mode Not Acceptable"},
{0x26, "Link Key cannot be Changed"},