NetBSD/sys/dev/bluetooth
plunky 486e4624e5 some changes to serial bluetooth host controller interfaces
btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland
2008-04-15 11:17:47 +00:00
..
Makefile some changes to serial bluetooth host controller interfaces 2008-04-15 11:17:47 +00:00
bcsp.c remove unnecessary include file 2008-03-22 17:20:31 +00:00
bcsp.h Use __packed rather than __attribute__ ((__packed__)). 2007-10-02 05:40:10 +00:00
btdev.h Use deviter API to search for child devices. 2008-03-28 21:17:36 +00:00
bthid.h Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00
bthidev.c Use deviter API to search for child devices. 2008-03-28 21:17:36 +00:00
bthidev.h switch devices to using CFATTACH_DECL_NEW() 2007-11-03 17:41:03 +00:00
bthub.c Use deviter API to search for child devices. 2008-03-28 21:17:36 +00:00
btkbd.c 'struct callout' => callout_t 2007-11-03 18:24:00 +00:00
btms.c switch devices to using CFATTACH_DECL_NEW() 2007-11-03 17:41:03 +00:00
btsco.c Use deviter API to search for child devices. 2008-03-28 21:17:36 +00:00
btsco.h update to bluetooth device attachment: 2006-09-10 15:45:55 +00:00
btuart.c some changes to serial bluetooth host controller interfaces 2008-04-15 11:17:47 +00:00
files.bluetooth Add bcsp(4). However, it is debuging state. 2007-09-30 04:07:41 +00:00