Add bthcid(8) - Bluetooth Link Key/PIN Code Manager and btpin(1) Bluetooth
commitad18d0ffecc177a4f5f92af24128b7c3031163ee
authorHasso Tepper <hasso@dragonflybsd.org>
Wed, 30 Jan 2008 14:10:19 +0000 (30 14:10 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Wed, 30 Jan 2008 14:10:19 +0000 (30 14:10 +0000)
tree9a8673a5a9327926b5ea9d42406382ce3873f738
parent05dea9fdbb3a8827de6bd543541457dad034f63e
Add bthcid(8) - Bluetooth Link Key/PIN Code Manager and btpin(1) Bluetooth
PIN utility.

Obtained-from: NetBSD with modifications
17 files changed:
etc/bluetooth/bthcid.conf [new file with mode: 0644]
etc/rc.d/Makefile
etc/rc.d/bthcid [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/bthcid/Makefile [new file with mode: 0644]
usr.sbin/bthcid/bthcid.8 [new file with mode: 0644]
usr.sbin/bthcid/bthcid.c [new file with mode: 0644]
usr.sbin/bthcid/bthcid.conf.5 [new file with mode: 0644]
usr.sbin/bthcid/bthcid.h [new file with mode: 0644]
usr.sbin/bthcid/client.c [new file with mode: 0644]
usr.sbin/bthcid/config.c [new file with mode: 0644]
usr.sbin/bthcid/hci.c [new file with mode: 0644]
usr.sbin/bthcid/lexer.l [new file with mode: 0644]
usr.sbin/bthcid/parser.y [new file with mode: 0644]
usr.sbin/btpin/Makefile [new file with mode: 0644]
usr.sbin/btpin/btpin.1 [new file with mode: 0644]
usr.sbin/btpin/btpin.c [new file with mode: 0644]