summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btsco.c
AgeCommit message (Expand)Author
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-06-23hold bt_lock when sending data via sco_send()plunky
2008-04-24Merge the socket locking patch:ad
2008-03-28Use deviter API to search for child devices.plunky
2007-11-11convert device printf() usages to aprint_xxxx()plunky
2007-11-07Merge from vmlocking:ad
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-08Use the softint API.ad
2007-04-21Add 'service level' security for L2CAP and RFCOMM connections, followingplunky
2007-03-13remove extraneous whitespaceplunky
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04Internally, use the service name as the identifier for matchingplunky
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-11btsco.c:plunky
2006-09-10update to bluetooth device attachment:plunky
2006-08-27BluetootH SCO Audio update.plunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron