[Bug 245848] [Patch] Add commands to hccontrol to enable advertising

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 23 13:14:51 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245848

            Bug ID: 245848
           Summary: [Patch] Add commands to hccontrol to enable
                    advertising
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: wireless
          Assignee: wireless at FreeBSD.org
          Reporter: marc at bumblingdork.com

Created attachment 213720
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213720&action=edit
Adds commands to hccontrol to support advertising

Add 
  LE_Set_Advertising_Parameters,
  LE_Read_Advertising_Physical_Channel_Tx_Power,
  LE_Set_Advertising_Data,
  LE_Set_Advertising_Enable
commands.

This makes it possible to make a FreeBSD host 'scannable' through
hccontrol.

hccontrol -n ubt0hci le_set_advertising_enable disable
hccontrol -n ubt0hci le_set_advertising_param
hccontrol -n ubt0hci le_read_advertising_channel_tx_power
hccontrol -n ubt0hci le_set_advertising_data
hccontrol -n ubt0hci le_set_scan_response -n FBSD_Host
hccontrol -n ubt0hci le_set_advertising_enable enable

Also add LE command to manpage.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-wireless mailing list