summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btsco.c
AgeCommit message (Expand)Author
2019-06-08Clean get_props().isaki
2019-05-25Make it compilable even with debug option.isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-28bt_lock is now used as the audio interrupt lock. This is more appropriatenat
2015-07-10Wrap up calls to softint_schedule in kpeempt_[dis/en]able.nat
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-07-31split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out ofrtr
2014-07-30split PRU_CONNECT function out of pr_generic() usrreq switches and putrtr
2014-07-24split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2012-04-03register/deregister pmf(9) NULL handlers for bthub(4) andplunky
2012-03-26don't use mutex_spin*() on an IPL_NONE mutex. fixes PR#46120.mrg
2011-12-10no need to acquire thread lock in btsco_open / btsco_close, as they arejmcneill
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-03-16use C99 style for variadic macro argumentsplunky
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