Bug 247051 - Add le_read_channel_map and le_read_remote_features command
Summary: Add le_read_channel_map and le_read_remote_features command
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-wireless (Nobody)
URL:
Keywords: patch
Depends on: 247050
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-07 15:32 UTC by Marc Veldman
Modified: 2020-06-10 05:33 UTC (History)
3 users (show)

See Also:


Attachments
Patch to add le_read_channel_map and le_read_remote_features (6.92 KB, patch)
2020-06-07 15:32 UTC, Marc Veldman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Veldman 2020-06-07 15:32:56 UTC
Created attachment 215324 [details]
Patch to add le_read_channel_map and le_read_remote_features

- Add le_read_channel_map command to see which channels a connection uses.
- Add le_read_remote_features command to see which LE features a remote device
supports.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-06-10 05:01:33 UTC
A commit references this bug:

Author: takawata
Date: Wed Jun 10 05:01:01 UTC 2020
New revision: 362005
URL: https://svnweb.freebsd.org/changeset/base/362005

Log:
  Add le_read_channel_map and le_read_remote_features command

  PR: 247051
  Submitted by:	  Marc Veldman marc at bumblingdork.com

Changes:
  head/usr.sbin/bluetooth/hccontrol/hccontrol.8
  head/usr.sbin/bluetooth/hccontrol/hccontrol.h
  head/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
  head/usr.sbin/bluetooth/hccontrol/le.c
  head/usr.sbin/bluetooth/hccontrol/util.c