summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* codec has been using 32-bit (MUL) and 64-bit (MULA) multipliesBrad Midgley2008-01-171-1/+3
* Add basic support for UNITINFO and SUBUNITINFOJohan Hedberg2008-01-161-0/+13
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-166-127/+232
* coding styleBrad Midgley2008-01-141-1/+1
* coding styleBrad Midgley2008-01-141-7/+4
* comment typoBrad Midgley2008-01-141-1/+1
* fix initializationBrad Midgley2008-01-141-1/+4
* take out memmove in sbc analyzeBrad Midgley2008-01-141-21/+29
* tweak to the memmove for 4 subbandsBrad Midgley2008-01-111-1/+1
* Make sure the correct handle value gets updated when parsing HSP/HFP recordsJohan Hedberg2008-01-111-8/+13
* handle call rejection properlyJohan Hedberg2008-01-091-4/+6
* Fix frame_size calculation when there already is data in the bufferJohan Hedberg2008-01-091-2/+2
* TerminateCall signal should be called CallTerminatedJohan Hedberg2008-01-092-3/+3
* optimizations: use memmove instead of a loop, unroll short loopBrad Midgley2008-01-081-11/+22
* Update API documentationJohan Hedberg2008-01-081-1/+12
* Implement SetupCall methodJohan Hedberg2008-01-081-0/+51
* Further headset fixes and cleanupJohan Hedberg2008-01-081-17/+60
* Improve HFP/HSP discovery and connection state trackingJohan Hedberg2008-01-084-45/+38
* don't overwrite the output of bluetooth_initBrad Midgley2008-01-071-3/+0
* use correct variable to pick up alsa prefsBrad Midgley2008-01-051-8/+8
* Update changelog and bump version numberutils-3.24Marcel Holtmann2007-12-252-1/+13
* Add definitions for MDPMarcel Holtmann2007-12-251-0/+3
* serial: added ConnectServiceFromAdapterClaudio Takahasi2007-12-212-25/+74
* serial-api: CreatePort - added localhost port proxyClaudio Takahasi2007-12-211-4/+5
* Use write instead of g_io_channel_write (which is deprecated)Johan Hedberg2007-12-141-7/+5
* Remove unecessary variable and strlen callJohan Hedberg2007-12-141-4/+2
* Prepare for HFP featuresJohan Hedberg2007-12-141-28/+47
* smooth out last shift-in-place wrinkleBrad Midgley2007-12-141-11/+2
* push in-place-shift optimization up into scalefactors sectionBrad Midgley2007-12-141-7/+13
* shift-in-place opt is back in, with a bugfix for the 4-subband caseBrad Midgley2007-12-141-7/+15
* coding style on ?:Brad Midgley2007-12-141-1/+1
* be more strict about calculating from joint since client may set it toBrad Midgley2007-12-141-1/+1
* roll back the shift-in-place bitpack optimization while we figure out ifBrad Midgley2007-12-141-7/+6
* Fix mic gain valueJohan Hedberg2007-12-141-1/+1
* Add TCP connection support for serial proxyMarcel Holtmann2007-12-132-11/+95
* don't need to memset the data headerBrad Midgley2007-12-131-8/+4
* Add initial mechanism to handle headset commands.Luiz Augusto von Dentz2007-12-122-128/+149
* Don't install network.conf for nowMarcel Holtmann2007-12-121-1/+1
* Add missing macros, MIN, MAX, ABS and CLAMP to eglib.Luiz Augusto von Dentz2007-12-121-0/+12
* Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz2007-12-113-11/+39
* Add fix for Logitech HID proxy switchingMarcel Holtmann2007-12-091-1/+1
* Make sure to install network.confMarcel Holtmann2007-12-091-1/+1
* Use proper function for checking signal nameMarcel Holtmann2007-12-091-9/+2
* Update changelog and bump version numberutils-3.23Marcel Holtmann2007-12-081-1/+1
* Update changelog and bump version numberMarcel Holtmann2007-12-081-0/+11
* Fixes use of g_idle_add function.Luiz Augusto von Dentz2007-12-071-22/+35
* Fix bug of error responses being ignored.Luiz Augusto von Dentz2007-12-071-2/+8
* Bring back start variable to fix racecondition with quickly reconnecting IPC ...Johan Hedberg2007-12-071-1/+21
* a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the stat...Johan Hedberg2007-12-071-2/+2
* Fix another potential uninitialized memory access issueJohan Hedberg2007-12-071-1/+1