Summary: | [Patch] Add HCI errors | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Marc Veldman <marc> | ||||
Component: | wireless | Assignee: | Hans Petter Selasky <hselasky> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | hselasky, pi | ||||
Priority: | --- | ||||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Hans, can you have a look at this as well ? A commit references this bug: Author: hselasky Date: Sun Apr 19 10:24:15 UTC 2020 New revision: 360092 URL: https://svnweb.freebsd.org/changeset/base/360092 Log: Bring HCI error messages up-to-date. See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes. Submitted by: Marc Veldman <marc@bumblingdork.com> PR: 245737 MFC after: 1 week Sponsored by: Mellanox Technologies Changes: head/sys/netgraph/bluetooth/hci/ng_hci_misc.c head/usr.sbin/bluetooth/hccontrol/util.c A commit references this bug: Author: hselasky Date: Mon May 18 08:44:17 UTC 2020 New revision: 361155 URL: https://svnweb.freebsd.org/changeset/base/361155 Log: MFC r360092: Bring HCI error messages up-to-date. See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes. Submitted by: Marc Veldman <marc@bumblingdork.com> PR: 245737 Sponsored by: Mellanox Technologies Changes: _U stable/12/ stable/12/sys/netgraph/bluetooth/hci/ng_hci_misc.c stable/12/usr.sbin/bluetooth/hccontrol/util.c A commit references this bug: Author: hselasky Date: Mon May 18 08:44:50 UTC 2020 New revision: 361156 URL: https://svnweb.freebsd.org/changeset/base/361156 Log: MFC r360092: Bring HCI error messages up-to-date. See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes. Submitted by: Marc Veldman <marc@bumblingdork.com> PR: 245737 Sponsored by: Mellanox Technologies Changes: _U stable/11/ stable/11/sys/netgraph/bluetooth/hci/ng_hci_misc.c stable/11/usr.sbin/bluetooth/hccontrol/util.c A commit references this bug: Author: hselasky Date: Mon May 18 08:45:25 UTC 2020 New revision: 361157 URL: https://svnweb.freebsd.org/changeset/base/361157 Log: MFC r360092: Bring HCI error messages up-to-date. See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes. Submitted by: Marc Veldman <marc@bumblingdork.com> PR: 245737 Sponsored by: Mellanox Technologies Changes: _U stable/10/ stable/10/sys/netgraph/bluetooth/hci/ng_hci_misc.c stable/10/usr.sbin/bluetooth/hccontrol/util.c |
Created attachment 213557 [details] Patch with added error messages (Code 0x2a - 0x45) Bring HCI error messages up-to-date. See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes.