Bug 247051

Summary: Add le_read_channel_map and le_read_remote_features command
Product: Base System Reporter: Marc Veldman <marc>
Component: wirelessAssignee: freebsd-wireless (Nobody) <wireless>
Status: Closed FIXED    
Severity: Affects Some People CC: emaste, hselasky, takawata
Priority: --- Keywords: patch
Version: CURRENT   
Hardware: Any   
OS: Any   
Bug Depends on: 247050    
Bug Blocks:    
Attachments:
Description Flags
Patch to add le_read_channel_map and le_read_remote_features none

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