summaryrefslogtreecommitdiff
path: root/usr.sbin/btd
AgeCommit message (Collapse)Author
2008-12-05haul in some stuff from ntpd.8; ok toddJason McIntyre
2008-12-01introduce btd(8) and btctl(8), tweak bt.conf(5)Todd T. Fries
feedback from uwe@ and jmc@
2008-11-27Ugly workaround to bring up interfaces which were down when we found themUwe Stuehler
2008-11-26SDP works, but it needs to be redone (and non-blocking)Uwe Stuehler
With this in bt.conf, the HID driver should work: # Enable all interfaces. interface * "OpenBSD BT" # Attach a keyboard and/or mouse, or a mobile phone emulating such things. attach 00:02:76:08:1c:37 type hid pin "0000" Then start btd and run btctl -f bt.conf.
2008-11-26Device attach and detach (does not work because SDP is not implemented yet)Uwe Stuehler
2008-11-26Implement config reloading (still only work in progress)Uwe Stuehler
2008-11-25Get rid of dependencies on ports libraries (among other things)Uwe Stuehler
2008-11-24Bluetooth daemon and contrl utility, one for all, work in progressUwe Stuehler