aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* pccard: Remove bt3c(4) driverWarner Losh2021-01-085-333/+0
* bluetooth: Fix a mandoc related issuesGordon Bergling2020-12-194-24/+25
* Add le_rand command.Takanori Watanabe2020-07-082-0/+33
* Add le_read_channel_map and le_read_remote_features commandTakanori Watanabe2020-06-105-2/+188
* Fix connection event message string (n->\n)Takanori Watanabe2020-05-281-1/+1
* Add le_connect command to connect to an LE device.Takanori Watanabe2020-05-264-0/+189
* Add LE Whitelist commands to hccontrolTakanori Watanabe2020-05-192-0/+201
* Add le_scan subcommand to hccontrol.Takanori Watanabe2020-05-117-81/+427
* Document le_enable subcommandTakanori Watanabe2020-05-081-0/+1
* Add le_read_buffer_size command and manpage.Takanori Watanabe2020-04-282-1/+66
* Improve error handlingTakanori Watanabe2020-04-281-40/+87
* Resolve vendor id to string.Takanori Watanabe2020-04-271-1/+2
* Fix advertise packet parsing.Takanori Watanabe2020-04-271-2/+33
* Properly update AD field length in hccontrol(8).Hans Petter Selasky2020-04-261-2/+3
* Put advertising data in correct place.Hans Petter Selasky2020-04-251-0/+1
* Rename two commands to match the Bluetooth specification in hccontrol(8).Hans Petter Selasky2020-04-241-9/+9
* Add support for LE advertising to hccontrol(8).Hans Petter Selasky2020-04-242-1/+218
* Add support for Read_Local_Supported_Commands command to hccontrol(8).Hans Petter Selasky2020-04-224-0/+534
* Update string tables in hccontrol(8).Hans Petter Selasky2020-04-211-14/+2185
* Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky2020-04-201-12/+18
* Fix cut and paste off-by-one error in hccontrol(8).Hans Petter Selasky2020-04-191-0/+3
* Improve printing of le features in hccontrol(8).Hans Petter Selasky2020-04-193-6/+139
* Bring HCI error messages up-to-date.Hans Petter Selasky2020-04-191-1/+29
* Add missing feature descriptions to hci_features2str().Hans Petter Selasky2020-04-184-4/+54
* correct 'disble' typo in hccontrolEd Maste2020-03-301-1/+1
* iwmbtfw(8): Fix compilation on platforms using gcc.Vladimir Kondratyev2019-08-181-1/+1
* iwmbtfw: Firmware loader for Intel Wireless 8260 based Bluetooth USB devicesVladimir Kondratyev2019-08-1810-0/+1330
* pkgbase: Add a FreeBSD-bluetooth packageEmmanuel Vadot2019-07-1915-0/+15
* Improve Bluetooth device discovery support for Android and Microsoft devices.Hans Petter Selasky2019-02-081-1/+127
* Add support for Audio Sink and Audio Source profiles to sdpd(8).Hans Petter Selasky2019-01-304-1/+382
* This new version of bluetooth-config.sh tries to follow the style of otherLars Engels2019-01-141-192/+228
* Fix duplication.Baptiste Daroussin2019-01-111-111/+0
* Add `bluetooth-config` script to simplify setting up bluetooth connections toLars Engels2019-01-114-0/+504
* Fix the install location of hcsecd.confBrad Davis2018-08-261-0/+1
* Move all bluetooth related config files out of etcBrad Davis2018-08-214-14/+121
* bthidd(8): Add evdev protocol support for bluetooth keyboards and mousesVladimir Kondratyev2018-04-3013-45/+874
* bthidd(8): Add internal support for user-friendly name of remote devices.Vladimir Kondratyev2018-04-306-8/+58
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2782-52/+216
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3114-14/+0
* bthidd(8): Generate button release event after virtual T-axis button pressVladimir Kondratyev2017-10-301-7/+17
* bthidd: Fix leds on multireport keyboards broken after r297217Vladimir Kondratyev2017-10-191-0/+5
* bthidd(8): Add support for Apple's magic mouseVladimir Kondratyev2017-08-124-0/+138
* bthidd(8): Add support for vendor_id, product_id and version.Vladimir Kondratyev2017-08-125-14/+123
* rfcomm_pppd.8: fix a typo (SPD -> SDP).Andriy Voskoboinyk2017-08-061-1/+1
* When the input parameter node is NULL, memory is allocated to it.Stephen J. Kiernan2017-06-061-1/+3
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-271-1/+56
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-043-5/+4
* Avoid undefined behavior when calling va_start() in bnep_send_control(),Dimitry Andric2016-08-292-3/+3
* [ath3k] add a replacement ath3k firmware loading tool.Adrian Chadd2016-06-079-307/+1052
* For pointers use NULL instead of 0.Marcelo Araujo2016-06-061-1/+1