mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
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
6 lines
89 B
Makefile
6 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS=bluetooth-config.sh
|
|
MAN= bluetooth-config.8
|
|
|
|
.include <bsd.prog.mk>
|