summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | | also the memset is done inside bluetooth_init
| * 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
| | | | | | | | a funky value other than 0/1
| * roll back the shift-in-place bitpack optimization while we figure out ifBrad Midgley2007-12-141-7/+6
| | | | | | | | it tickles a bug or creates a bug for 4 subbands
| * 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
| | | | | | | | clients
| * a2dp_source_suspend should call avdtp_suspend and not avdtp_start if the ↵Johan Hedberg2007-12-071-2/+2
| | | | | | | | state is STREAMING
| * Fix another potential uninitialized memory access issueJohan Hedberg2007-12-071-1/+1
| |
| * Minor locality issueJohan Hedberg2007-12-071-1/+1
| |
| * Make sure remote SEP cache and active streams stay in syncJohan Hedberg2007-12-071-3/+5
| |
| * Fix unitialized memory access issueJohan Hedberg2007-12-071-2/+2
| |
| * Fix BT_GETCAPABILITIES when the headset has already been acting as INTJohan Hedberg2007-12-072-6/+7
| |
| * Minor coding style fixesJohan Hedberg2007-12-074-14/+20
| |
| * Fixes for hsp.Luiz Augusto von Dentz2007-12-062-61/+121
| |
| * Fix memory leakMarcel Holtmann2007-12-061-0/+1
| |
| * Cache discovery process to avoid delays.Luiz Augusto von Dentz2007-12-051-6/+5
| |
| * Fix error messages. (thanks to fchevalier for the patch)Luiz Augusto von Dentz2007-12-045-84/+89
| |
| * Handle new ipc messages properly and adapt the plugins.Luiz Augusto von Dentz2007-12-039-580/+1225
| |
| * Add build ids for Unified 23c firmwaresMarcel Holtmann2007-12-011-0/+14
| |
| * combine two conditionals in bit packingBrad Midgley2007-11-301-5/+1
| |
| * change inner loop bit packing to use shift-in-place instead of complex opsBrad Midgley2007-11-301-7/+8
| |
| * don't use the audio_sample array inside the frame structBrad Midgley2007-11-291-7/+5
| | | | | | | | it's totally unnecessary to keep all these temporary results around
| * Remove unnecessary checks for output buffer length and some optimizations.Luiz Augusto von Dentz2007-11-291-26/+9
| |
| * Enable AVRCP by defaultJohan Hedberg2007-11-271-1/+1
| |