summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * network: allow just one pending authorization at the same timeClaudio Takahasi2007-08-281-62/+59
| |
| * We are not going to support PulseAudio any time soonMarcel Holtmann2007-08-283-18/+0
| |
| * Disable the GStreamer A2DP sink code for nowMarcel Holtmann2007-08-281-0/+2
| |
| * Reset request id for headset connects tooJohan Hedberg2007-08-281-0/+2
| |
| * Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-285-7/+49
| |
| * Minor coding style cleanupJohan Hedberg2007-08-281-8/+5
| |
| * Make HCI routing the defaultJohan Hedberg2007-08-282-2/+2
| |
| * Add some better debug logging for failed authoriztion requestsJohan Hedberg2007-08-281-3/+4
| |
| * Make SBC Audio Source count configurable and the default value 1Johan Hedberg2007-08-286-18/+40
| |
| * headset_unlock: only disconnect if necessaryJohan Hedberg2007-08-281-1/+2
| |
| * Make headset_unlock a no-op if the headset isn't lockedJohan Hedberg2007-08-281-0/+3
| |
| * Handle alsa+HSP better on client disconnectJohan Hedberg2007-08-281-0/+2
| |
| * Fix comment.Luiz Augusto von Dentz2007-08-271-1/+1
| |
| * Ignore error so hsp device can work for unpatched kernels.Luiz Augusto von Dentz2007-08-271-1/+2
| |
| * serial: removed useless call and it is not implemented on eglibClaudio Takahasi2007-08-271-2/+0
| |
| * network: fixed Disable - record unregistrationClaudio Takahasi2007-08-271-2/+7
| |
| * Fix alsa plugin for hsp devices.Luiz Augusto von Dentz2007-08-271-60/+60
| |
| * Don't send DeviceCreated signals on service startJohan Hedberg2007-08-271-4/+8
| |
| * Fix DeviceCreated signal sendingJohan Hedberg2007-08-271-16/+17
| |
| * Fix removing last deviceJohan Hedberg2007-08-271-1/+1
| |
| * Force LITTLE_ENDIAN instead of BYTE_ORDER for nowMarcel Holtmann2007-08-272-2/+2
| |
| * input: don't send DeviceCreated signal when the daemon startsClaudio Takahasi2007-08-272-5/+10
| |
| * Make SBC frame header endian safeMarcel Holtmann2007-08-271-0/+15
| |
| * serial: don't send ProxyCreated signal when the daemon startsClaudio Takahasi2007-08-271-7/+5
| |
| * Change ListDevices not to require any parametersJohan Hedberg2007-08-272-76/+9
| |
| * Convert UUID-128 strings into UUID-16 values if possibleMarcel Holtmann2007-08-271-25/+35
| |
| * First try at device autocreate supportJohan Hedberg2007-08-275-29/+87
| |
| * Convert alsa initiated headset connections to similar callback system that ↵Johan Hedberg2007-08-276-122/+145
| | | | | | | | A2DP is already using
| * Fix headset state change when an error occurs on both the SCO and the RFCOMM ↵Johan Hedberg2007-08-271-2/+6
| | | | | | | | fd's in the same mainloop iteration
| * Fix command bit calculationMarcel Holtmann2007-08-261-1/+1
| |
| * First attempt to make this endian safeMarcel Holtmann2007-08-261-10/+91
| |
| * Remove compile script helper on cleanupMarcel Holtmann2007-08-261-1/+1
| |
| * Also check for the GStreamer base pluginsMarcel Holtmann2007-08-261-1/+1
| |
| * Add possible capabilities and connect to audio serverMarcel Holtmann2007-08-262-55/+118
| |
| * Implement full parsing supportMarcel Holtmann2007-08-264-1/+262
| |
| * Add simple implementation of sbc_parse()Marcel Holtmann2007-08-262-0/+6
| |
| * Add mode property to the encoderMarcel Holtmann2007-08-262-1/+74
| |
| * indicate 0 bytes consumed in encoder if input is too short.Brad Midgley2007-08-261-1/+4
| | | | | | | | | | caller is responsible for filling the end of the input if it really wants the frame encoded (ie with silence at the end)
| * Implement full encoding supportMarcel Holtmann2007-08-252-2/+117
| |
| * Fix class variable namingMarcel Holtmann2007-08-251-2/+2
| |
| * Increase the IPC MTU sizeMarcel Holtmann2007-08-251-1/+1
| |
| * Use device string for the IPCMarcel Holtmann2007-08-254-11/+14
| |
| * Limit the supported output ratesMarcel Holtmann2007-08-251-1/+1
| |
| * Implement full decoding supportMarcel Holtmann2007-08-252-2/+142
| |
| * Add SBC stream detectionMarcel Holtmann2007-08-251-0/+21
| |
| * Fix parameter handling of encoderMarcel Holtmann2007-08-251-5/+7
| |
| * Fix output handling of decoderMarcel Holtmann2007-08-251-21/+30
| |
| * Update copyright informationMarcel Holtmann2007-08-254-4/+4
| |
| * network: fixed minor memory leakClaudio Takahasi2007-08-242-19/+22
| |
| * network: fixed wrong pointer referenceClaudio Takahasi2007-08-241-5/+5
| |