]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342945, r342947, r343020
authorLars Engels <lme@FreeBSD.org>
Wed, 13 Feb 2019 14:32:14 +0000 (14:32 +0000)
committerLars Engels <lme@FreeBSD.org>
Wed, 13 Feb 2019 14:32:14 +0000 (14:32 +0000)
commit9cb2f41925e80d2576685b71419ff9388bf7c05e
tree750793f174ba75a0bc64203f21fde545410d9581
parent6718fd20233cc3515ea691d5b4c71790c86adddb
MFC r342945, r342947, r343020

Add `bluetooth-config` script to simplify setting up bluetooth connections to
devices like mice, keyboards, bt-audio, ...

This script currently allows scanning for nearby devices, adds one to
/etc/bluetooth/hosts, adds an entry to hcsecd's conf and if it is a HID, add an
entry to bthidd's configs, as well.

Submitted by:   erdgeist <erdgeist at erdgeist.org>
Approved by:    bapt
MFC after:      2 weeks
Differential Revision:  D3778
Reviewers:      bapt, emax
tools/build/mk/OptionalObsoleteFiles.inc
usr.sbin/bluetooth/Makefile
usr.sbin/bluetooth/bluetooth-config/Makefile [new file with mode: 0644]
usr.sbin/bluetooth/bluetooth-config/bluetooth-config.8 [new file with mode: 0644]
usr.sbin/bluetooth/bluetooth-config/bluetooth-config.sh [new file with mode: 0755]