summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.364.36Marcel Holtmann2009-04-172-1/+9
* Do some coding style cleanupsMarcel Holtmann2009-04-173-31/+22
* Only install ALSA configuration when selectedMarcel Holtmann2009-04-171-1/+4
* Replace asound.conf with a more full-fledged bluetooth.confLennart Poettering2009-04-173-8/+40
* fix up sbc.h prototypes to use const/size_t wherever applicableLennart Poettering2009-04-175-23/+47
* Emit Manager.AdapterAdded only when adapter is ready.Luiz Augusto von Dentz2009-04-164-20/+26
* Fix SCO connect attempt trackingJohan Hedberg2009-04-162-10/+13
* Use correct state enum for sink old_stateJohan Hedberg2009-04-161-1/+1
* Fix a2dp_source_get error checkingJohan Hedberg2009-04-151-0/+5
* Return proper error if HFP indicators aren't initializedJohan Hedberg2009-04-151-0/+5
* Update serial API documentation.Luiz Augusto von Dentz2009-04-151-2/+6
* Add support to channel pattern in Serial interface.Luiz Augusto von Dentz2009-04-151-8/+48
* Fix call indicator value for multiple callsJohan Hedberg2009-04-151-23/+10
* Reset a2dp->sep whenever resetting a2dp->sessionJohan Hedberg2009-04-151-3/+16
* Fix sink.c crash if removing device while connectingJohan Hedberg2009-04-152-12/+30
* Track the AVCTP connect attempt from the startJohan Hedberg2009-04-151-1/+1
* Don't add a connect callback if a function wasn't providedJohan Hedberg2009-04-151-0/+3
* Fix segfault while handling an incoming SCO connection.Luiz Augusto von Dentz2009-04-141-1/+2
* Make Serial.Disconnect to abort connection attempt.Luiz Augusto von Dentz2009-04-141-11/+21
* Release 4.354.35Marcel Holtmann2009-04-112-1/+13
* Update library versionMarcel Holtmann2009-04-111-1/+1
* Fix device removal while there's an authorization request pendingJohan Hedberg2009-04-113-6/+40
* Add GDestroyNotify support to agent callbacksJohan Hedberg2009-04-114-21/+38
* Minor whitespace fixJohan Hedberg2009-04-111-1/+1
* Fix manager_get_device to not always create a new device objectJohan Hedberg2009-04-114-10/+15
* Don't cache HFP & HSP RFCOMM channelsJohan Hedberg2009-04-111-40/+31
* Make serial port to not use channels from record storage.Luiz Augusto von Dentz2009-04-111-14/+80
* Fix incomming AVDTP connect while authorization in progressJohan Hedberg2009-04-111-0/+2
* Add debug print for indicator changesJohan Hedberg2009-04-111-0/+2
* Fix "callheld" indicator value for multiple callsJohan Hedberg2009-04-111-1/+18
* Clean up call state trackingJohan Hedberg2009-04-111-13/+3
* Fix "call" indicator value with multiple callsJohan Hedberg2009-04-111-3/+23
* Always use voice number type (no semicolon means data call)Johan Hedberg2009-04-091-1/+1
* Update alias once name is updated.Luiz Augusto von Dentz2009-04-092-9/+13
* Cleanup emit_device_found code.Luiz Augusto von Dentz2009-04-093-142/+113
* Simplify Manager.ListAdapters.Luiz Augusto von Dentz2009-04-091-10/+0
* Simplify Manager.FindAdapter.Luiz Augusto von Dentz2009-04-091-18/+4
* Introduce manager_find_adapter_by_address.Luiz Augusto von Dentz2009-04-092-6/+24
* Remove unnecessary function.Luiz Augusto von Dentz2009-04-091-45/+8
* Don't change Powered property when changing scan mode.Luiz Augusto von Dentz2009-04-091-9/+1
* Minor whitespace fixJohan Hedberg2009-04-081-1/+1
* IPC integration part for HFP HF support (org.bluez.HeadsetGateway)Forrest Zhao2009-04-083-7/+195
* Fix Device.Connected property tracking when changing the Powered property.Johan Hedberg2009-04-082-4/+4
* Fix device removal while audio IPC client is connectedJohan Hedberg2009-04-074-1/+21
* Fix errno string conversionJohan Hedberg2009-04-072-29/+29
* Add new company identifiersMarcel Holtmann2009-04-061-0/+8
* Fix CancelDeviceCreation error return for an already existing deviceJohan Hedberg2009-04-061-2/+2
* Send reply for each if-clause separatelyJohan Hedberg2009-04-041-3/+2
* The main part for HFP HF (org.bluez.HeadsetGateway) supportForrest2009-04-031-0/+1030
* Add basic framework support for HFP HF role (org.bluez.HeadsetGateway)Forrest2009-04-034-33/+178