summaryrefslogtreecommitdiff
path: root/audio/gateway.c
Commit message (Expand)AuthorAgeFilesLines
* audio: Fix missing gateway state check on ConnectMikel Astiz2012-10-021-0/+5
* audio: Fix crash on gateway close while connectedMikel Astiz2012-10-021-6/+27
* audio: Fix crash if gateway closed before replyMikel Astiz2012-10-021-8/+27
* audio: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-11/+9
* dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek2012-09-211-3/+3
* media: Add gateway_get_state() to internal APIMikel Astiz2012-09-141-0/+7
* audio: Handle error in gateway_request_stream()Mikel Astiz2012-09-041-3/+4
* audio: Fix gateway in connecting state foreverMikel Astiz2012-09-041-3/+10
* audio: Remove unused functionMikel Astiz2012-09-041-16/+0
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-2/+2
* Remove compatibility check for DBUS_TYPE_UNIX_FDAnderson Lizardo2012-05-311-7/+0
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-171-6/+6
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-171-8/+13
* Constify GDBus signal tablesLucas De Marchi2012-05-171-1/+1
* Constify GDBus method tablesLucas De Marchi2012-05-171-1/+1
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* gateway: Fix D-Bus reply memory leakSyam Sidhardhan2012-04-131-3/+3
* gateway: Fix D-Bus memory leak in audioSyam Sidhardhan2012-04-131-1/+4
* gateway: Fix crash if SCO connection failsFrédéric Dalleau2012-03-081-4/+1
* audio: do not disconnect on gateway SCO failureMikel Astiz2012-02-141-1/+1
* btio: Fix users to not expect a default security levelVinicius Costa Gomes2012-01-241-0/+2
* Move SDP client functions from glib-helper.c to sdp-client.cJohan Hedberg2011-10-181-1/+1
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-181-0/+1
* Fix Unref message after it was sentFrédéric Danis2011-10-021-0/+1
* Minor style fixFrédéric Dalleau2011-09-241-1/+0
* Remove unneeded checks in gateway_is_connectedFrédéric Dalleau2011-09-241-2/+6
* Check all states before allowing gw connectionFrédéric Dalleau2011-09-241-0/+10
* Fix reference count issue in incoming connectionsFrédéric Dalleau2011-09-221-1/+2
* Set state to "connecting" on connection requestedFrédéric Dalleau2011-09-221-10/+19
* Fix state to "playing" on SCO establishmentFrédéric Dalleau2011-09-221-0/+1
* Fix asynchronously run request stream cbFrédéric Dalleau2011-09-221-42/+106
* Fix disconnect SCO at same time than RFCOMMFrédéric Dalleau2011-09-221-6/+1
* Introduce gateway locking mechanismFrédéric Dalleau2011-08-241-0/+38
* Set state to "connecting" when AG connects.Frédéric Dalleau2011-08-241-0/+2
* Fix RFCOMM disconnect on suspend requestFrédéric Dalleau2011-08-241-1/+1
* Add state change callback to HandsfreeGatewayFrédéric Dalleau2011-08-241-0/+61
* Minor style fix in audio/gateway.cFrédéric Dalleau2011-08-051-9/+6
* Add watch for RFCOMM disconnect to HFP HF roleFrédéric Dalleau2011-08-051-0/+19
* audio: add profile version to HandsfreeAgentFrédéric Danis2011-08-041-1/+86
* hfp: gateway_suspend_stream should trigger a state changeDaniel Wagner2011-02-111-0/+1
* Add btd_error_agent_not_available()Gustavo F. Padovan2010-12-161-2/+1
* Remove error_common_reply()Gustavo F. Padovan2010-12-161-8/+10
* audio: use btd_error_failed()Gustavo F. Padovan2010-12-141-6/+5
* convert errors to btd_error_does_not_exist()Gustavo F. Padovan2010-12-081-3/+1
* convert errors to btd_error_not_authorized()Gustavo F. Padovan2010-12-081-2/+1
* Add btd_error_not_connected()Gustavo F. Padovan2010-12-071-3/+1
* Add btd_error_already_exists()Gustavo F. Padovan2010-12-071-3/+1
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-6/+2
* Remove unused includesJohan Hedberg2010-11-281-3/+0
* audio: fix leak on gatewayGustavo F. Padovan2010-06-081-1/+14