summaryrefslogtreecommitdiff
path: root/audio/gateway.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* audio: Fix typoGustavo F. Padovan2010-06-081-2/+2
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-7/+7
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* audio/gateway.c: Don't reply to DBus when connection comes from AGGustavo F. Padovan2010-02-151-5/+9
* Add argument verification when unregistering Handsfree agentClaudio Takahasi2010-02-101-0/+13
* Implement HandsfreeGateway InterfaceGustavo F. Padovan2010-02-041-110/+337
* clean up audio/gateway.cGustavo F. Padovan2010-02-031-759/+1
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix a few SDP related memory leaksJohan Hedberg2009-10-061-0/+2
* Cleanup gateway code to make Coverty happy.Luiz Augusto von Dentz2009-07-161-52/+57
* Fix unhandled return.Luiz Augusto von Dentz2009-07-161-1/+4
* Remove redundant newline characters in debug logsJohan Hedberg2009-06-301-10/+10
* Misc fixes for HFP HF roleForrest Zhao2009-06-301-15/+22
* Fix more format string issuesJohan Hedberg2009-05-021-1/+1
* re-use the sco_server initiated by audio pluginForrest Zhao2009-04-211-31/+32
* Always use voice number type (no semicolon means data call)Johan Hedberg2009-04-091-1/+1
* Minor whitespace fixJohan Hedberg2009-04-081-1/+1
* IPC integration part for HFP HF support (org.bluez.HeadsetGateway)Forrest Zhao2009-04-081-0/+79
* 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-031-0/+64