]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add `bluetooth-config` script to simplify setting up bluetooth connections to
authorlme <lme@FreeBSD.org>
Fri, 11 Jan 2019 15:52:09 +0000 (15:52 +0000)
committerlme <lme@FreeBSD.org>
Fri, 11 Jan 2019 15:52:09 +0000 (15:52 +0000)
commit97879d42513faa0da405d4eef261cb113dc2819e
tree43674cab69f9b97a49bbfea167dd87bcd0c5c0aa
parent1be8e4d9b649d61140b7f45a5cca0cec232780cd
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@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]