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
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
bthci_util.h
bthcivar.h
files.bluetooth Add bthci_util.c 2003-01-11 05:46:11 +00:00