summaryrefslogtreecommitdiff
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* headset: Fix missing check for non-existent pending messageJohan Hedberg2011-09-211-1/+2
* Remove redundant empty lineJohan Hedberg2011-09-211-1/+0
* Fix get/set_hfp_active to match name conventionsPeter Hurley2011-08-221-2/+2
* Increase timeout before initiating AVDTP connectionPeter Hurley2011-08-221-0/+17
* Make use of g_slist_free_full on audio pluginLuiz Augusto von Dentz2011-06-301-4/+3
* Mark Headset.Play method deprecatedLuiz Augusto von Dentz2011-06-301-1/+2
* Remove unnecessary jumpsSlawomir Bochenski2011-06-011-2/+1
* Disconnect headset when not able to reply with ERROR commandSzymon Janc2011-05-151-0/+2
* Fix callbacks numbering in connect_cb_new from audio/headset.cSzymon Janc2011-05-151-1/+1
* Fix format string warningsJohan Hedberg2011-04-271-2/+2
* Add format string warnings to printf-style functionsJohan Hedberg2011-04-271-2/+4
* Accept Apple specific headset commandsMarcel Holtmann2011-04-271-0/+9
* Fix not waiting for POLLERR when disconnecting SCOLuiz Augusto von Dentz2011-04-191-1/+4
* Add NO CARRIER response to HFPDmitriy Paliy2011-04-181-7/+10
* Fix check for valid SCO socket before shutdownDaniel Orstadius2011-04-041-3/+9
* Wait SCO socket to HUP before changing stateLuiz Augusto von Dentz2011-03-251-2/+6
* Fix bluetoothd exit on badly formated AT+VTSDmitriy Paliy2011-02-091-1/+7
* Update NREC callback code to originally intended v2 stateJohan Hedberg2011-01-191-15/+8
* Add proper tracking mechanism to NRECLuiz Augusto von Dentz2011-01-191-1/+61
* Fix use of deprecated glib on audio pluginLuiz Augusto von Dentz2011-01-191-5/+8
* Fix printing D-Bus errors when headset record could not be foundLuiz Augusto von Dentz2010-12-271-1/+2
* Convert more D-Bus errors to btd_error_*Gustavo F. Padovan2010-12-161-8/+2
* Add btd_error_not_ready()Gustavo F. Padovan2010-12-161-2/+1
* Fix sending duplicate speaker/microphone gains to the headsetLuiz Augusto von Dentz2010-12-161-4/+8
* Remove error_common_reply()Gustavo F. Padovan2010-12-161-22/+15
* audio: use btd_error_failed()Gustavo F. Padovan2010-12-141-13/+5
* Fix potential memory leak of ag.numberJohan Hedberg2010-12-131-0/+2
* Fix cleaning up HFP state after calling telephony_exitJohan Hedberg2010-12-121-0/+12
* Don't strdup the chld string for HFPJohan Hedberg2010-12-121-1/+1
* Fix HFP response and hold (AT+BTRH) command responseJohan Hedberg2010-12-091-1/+4
* Add btd_error_already_connected()Gustavo F. Padovan2010-12-081-6/+2
* Add btd_error_busy()Gustavo F. Padovan2010-12-071-3/+1
* Add btd_error_not_available()Gustavo F. Padovan2010-12-071-6/+3
* Add btd_error_in_progress()Gustavo F. Padovan2010-12-071-2/+1
* Add btd_error_not_connected()Gustavo F. Padovan2010-12-071-18/+6
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-12/+6
* Remove unused includesJohan Hedberg2010-11-281-4/+0
* Set initial HFP/HSP mic and speaker gain values to max instead of minJohan Hedberg2010-10-151-0/+2
* Fix headset disconnecting via device disconnectRadoslaw Jablonski2010-09-281-19/+0
* Introduce headset_get_inbandLuiz Augusto von Dentz2010-09-151-0/+10
* Add fast connectable support to HFPDmitriy Paliy2010-08-181-0/+20
* Add headset_set_gain to eliminate duplicate codeLuiz Augusto von Dentz2010-05-271-58/+40
* Fix not emitting PropertyChanged for SpeakerGain/MicrophoneGainLuiz Augusto von Dentz2010-05-271-1/+7
* Use DBG instead of debug for more verbose outputLuiz Augusto von Dentz2010-05-271-2/+2
* Fix redundant speaker/microphone gains being sentLuiz Augusto von Dentz2010-05-251-15/+23
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-31/+31
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Fix invalid memory access in headset_get_nrec when hs->slc is NULLJohan Hedberg2010-04-021-0/+3
* Use correct sign for error valueLuiz Augusto Von Dentz2010-03-221-2/+2
* Fix SCO connection error propagationJohan Hedberg2010-03-221-4/+8