aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-299-17/+25
* bluetooth: fix comment in bluetooth.device.conflherschi2023-12-261-2/+2
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-4/+0
* dirdeps: Update Makefile.depend* files with empty contentsStephen J. Kiernan2023-10-291-0/+16
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1612-12/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1633-33/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1613-13/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1669-69/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1616-32/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-072-3/+3
* bluetooth: Remove set but unused variable.John Baldwin2023-06-202-4/+0
* bluetooth/ath3kfw: Propagate return value from ath3k_load_fwfile.John Baldwin2023-06-201-2/+2
* bluetooth: Fix typosElyes Haouas2023-06-024-5/+5
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-1210-10/+10
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1281-81/+81
* bluetooth/hccontrol: Fix unterminated command listBrian Campbell2023-05-041-0/+3
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-1913-13/+0
* bluetooth/hccontrol: Remove useless return at the end of void functionElyes Haouas2023-03-021-3/+0
* iwmbtfw(8): Fix a typo in a kernel messageGordon Bergling2023-01-111-1/+1
* hccontrol.8: missed underscore fixed.Maxim Konovalov2022-10-251-1/+1
* Indicate that X(7) cross refs are satisfied by ports/x11/xorg-docs.Jens Schweikhardt2022-08-141-1/+1
* bluetooth(3): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* bluetooth: remove hcserialdWarner Losh2021-09-307-389/+2
* bluetooth: Fix build after ng_h4 removalJung-uk Kim2021-09-301-1/+0
* iwmbtfw(8): Improve Intel 7260/7265 adaptors handlingVladimir Kondratyev2021-05-313-48/+91
* iwmbtfw(8): Add support for Intel 7260/7265 bluetooth adapter firmwaresPhilippe Michaud-Boudreault2021-05-046-72/+401
* 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