summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth
AgeCommit message (Expand)Author
2007-02-20Install sys/dev/bluetooth/btuart.h.briggs
2007-02-20Supprot Bluetooth HCI UART (H4) driver and daemon.kiyohara
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-12Tidy away wsmouse_input() abstractions and updateplunky
2006-10-31enable 'Application Control Pan' in Consumer usage group as an equivalentplunky
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04Internally, use the service name as the identifier for matchingplunky
2006-10-04fix incomplete initializerchristos
2006-09-24utilise auconv_set_converter() to handle the filter setup, so that itsplunky
2006-09-24adjust indentationplunky
2006-09-23guard against possible race conditions when detaching SCO pcb'splunky
2006-09-23return ENOTCONN when not connected, rather than EINVALplunky
2006-09-22Alter the protocol impemented by prop_kern to allow for bi-directionalthorpej
2006-09-12guard against a possible situation where the list of l2cap channels is changedplunky
2006-09-11btsco.c:plunky
2006-09-11also include service name in dictionary being sent to kernel.plunky
2006-09-10update to bluetooth device attachment:plunky
2006-09-05Halt the callout on detachplunky
2006-08-28add missing initializer.christos
2006-08-27BluetootH SCO Audio update.plunky
2006-08-20Make btdev default count explicitplunky
2006-08-13Remove obsolete file from repositoryplunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-06-21make some bluetooth devices just devices, not interface attributesdrochner
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-03-28Use device_unit().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-17Make this build again (ktrace-lwp branch changes).xtraeme
2005-12-11merge ktrace-lwp.christos
2005-07-02bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUPdsainty
2004-06-22Make ubt build; bluetooth.c is btbus code, not bthcidrv.soren
2004-01-04Kill the flow control interface. Bluetooth devices are not equipped to dealdsainty
2004-01-04Don't (ab)use the device driver flow control interface to prevent incomingdsainty
2003-07-24A little printf-casting to make the DIAGNOSTIC sections of thisnathanw
2003-07-14add missing __KERNEL_RCSID()lukem
2003-07-08function prototype must not have variable nameitojun
2003-01-11Changed the interface for passing output data between the bthci driverdsainty
2003-01-11Add bthci_util.cdsainty
2003-01-11Bluetooth HCI protocol constantsdsainty
2003-01-11Utilities for use with Bluetooth driversdsainty
2003-01-05Make the bthci driver functional. This is an experimental, incomplete, butdsainty
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-24g/c IRDA ioctls (was within #if 0 anyway)augustss
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10Move IR and Bluetooth config defns missed in previous commit.thorpej
2002-10-10Move IR and Bluetooth config defns to their own files.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Remove unnecessary extern decl of bthci_ca.thorpej