Add bthcid(8) - Bluetooth Link Key/PIN Code Manager and btpin(1) Bluetooth
authorHasso Tepper <hasso@dragonflybsd.org>
Wed, 30 Jan 2008 14:10:19 +0000 (14:10 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Wed, 30 Jan 2008 14:10:19 +0000 (14:10 +0000)
commit2b25616984972531b2d090f762ea61df7c5d1ab0
treefc787d4996de0e93bf2b78ae0fc92411e3039bc3
parentce6e163ffa2397251213cb1f84c702c3d9634ab5
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]