| Summary: | Add le_connect command to connect to an LE device | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Marc Veldman <marc> | ||||||
| Component: | wireless | Assignee: | freebsd-wireless (Nobody) <wireless> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | emaste, hselasky, jlduran, takawata | ||||||
| Priority: | --- | Keywords: | patch | ||||||
| Version: | CURRENT | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
https://svnweb.freebsd.org/base?view=revision&revision=361520 committed thanks https://bugs.freebsd.org/bugzilla/attachment.cgi?id=214762&action=diff#usr.sbin/bluetooth/hccontrol/le.c_sec2 Line 1081, shouldn't be "\n"? Created attachment 214946 [details]
Add missing \n
(In reply to Jose Luis Duran from comment #2) You're correct. Well spotted. Thanks! Add patch to fix n -> \n. Reported by Jose Luis Duran A commit references this bug: Author: takawata Date: Thu May 28 13:48:34 UTC 2020 New revision: 361586 URL: https://svnweb.freebsd.org/changeset/base/361586 Log: Fix connection event message string (n->\n) PR: 246664 Submitted by: Marc Veldman (marc@bumblngdork.com) Reported by: Jose Luis Duran (jlduran@gmail.com) Changes: head/usr.sbin/bluetooth/hccontrol/le.c |
Created attachment 214762 [details] Add le_connect command Add command to connect to an LE device.