NetBSD/sys/dev/bluetooth
dsainty e648b82855 Changed the interface for passing output data between the bthci driver
and the back end Bluetooth device driver.  The device driver now
allocates a suitable buffer on behalf of the bthci driver, and bthci
fills the buffer before despatch.

This saves an ugly temporary allocation (in bthci) and memory copy (in
the USB driver) per write, and also works better with the
sockets-based interface I'm experimenting with.
2003-01-11 06:12:09 +00:00
..
bluetooth.c Use aprint_normal() in cfprint routines. 2003-01-01 00:10:15 +00:00
bluetooth.h Changed the interface for passing output data between the bthci driver 2003-01-11 06:12:09 +00:00
bt_hci.h Bluetooth HCI protocol constants 2003-01-11 05:44:08 +00:00
bthci.c Changed the interface for passing output data between the bthci driver 2003-01-11 06:12:09 +00:00
bthci_util.c Utilities for use with Bluetooth drivers 2003-01-11 05:41:57 +00:00
bthci_util.h Utilities for use with Bluetooth drivers 2003-01-11 05:41:57 +00:00
bthcivar.h Make the bthci driver functional. This is an experimental, incomplete, but 2003-01-05 05:12:38 +00:00
files.bluetooth Add bthci_util.c 2003-01-11 05:46:11 +00:00