Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2020 13:14:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 245848] [Patch] Add commands to hccontrol to enable advertising
Message-ID:  <bug-245848-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245848

            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@FreeBSD.org
          Reporter: marc@bumblingdork.com

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

Add=20
  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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245848-21060>