summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* Move error_connection_attempt_failed to its usage placesMarcel Holtmann2008-08-041-0/+8
* Move error_not_supported where it is actually usedMarcel Holtmann2008-08-041-0/+7
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-301-24/+40
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-281-0/+3
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-9/+9
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-3/+6
* Make audio service to use libgdbus functions.Luiz Augusto von Dentz2008-06-021-151/+152
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-59/+59
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-151-2/+2
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-3/+4
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-2/+0
* Make use of convenient function bt_sco_connectCidorvan Leite2008-04-251-86/+29
* Make use of convenient function bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-251-273/+35
* Fixed memory leak in headset stop functionCidorvan Leite2008-04-251-3/+3
* Add 3 second timer before disconnecting unused HSP/HSP connectionsJohan Hedberg2008-02-281-5/+38
* Refuse Headset.Play() when HCI routing is configuredJohan Hedberg2008-02-191-0/+6
* Implement basic headset automatic disconnect supportJohan Hedberg2008-02-191-16/+24
* Implement proper HFP SLC handlingJohan Hedberg2008-02-191-219/+293
* Fix callback id typeJohan Hedberg2008-02-181-1/+1
* Cleanup headset connection logic to accommodate necessary HFP fixesJohan Hedberg2008-02-181-261/+296
* Remove (incorrect) spaces after commans in AT stringsJohan Hedberg2008-02-141-11/+11
* Check for RFCOMM connection state in SCO connect callback (so we don't incorr...Johan Hedberg2008-02-141-1/+4
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Add some buffer length checksJohan Hedberg2008-01-241-0/+6
* Fix HFP notification when ringing is canceledJohan Hedberg2008-01-231-0/+10
* Fix error code handling and minor coding style tweaksJohan Hedberg2008-01-231-14/+14
* Fix typoJohan Hedberg2008-01-231-1/+1
* Reply with ERROR to unknown headset commandsJohan Hedberg2008-01-231-1/+4
* Initialize HFP supported features properlyJohan Hedberg2008-01-221-6/+7
* Fix coding styleJohan Hedberg2008-01-221-14/+11
* Add (experimental) Headset.IdentifyCall methodJohan Hedberg2008-01-221-2/+91
* Reorganize audio.conf parsing in a more modular mannerJohan Hedberg2008-01-161-1/+113
* Make sure the correct handle value gets updated when parsing HSP/HFP recordsJohan Hedberg2008-01-111-8/+13
* handle call rejection properlyJohan Hedberg2008-01-091-4/+6
* TerminateCall signal should be called CallTerminatedJohan Hedberg2008-01-091-2/+2
* Implement SetupCall methodJohan Hedberg2008-01-081-0/+51
* Further headset fixes and cleanupJohan Hedberg2008-01-081-17/+60
* Improve HFP/HSP discovery and connection state trackingJohan Hedberg2008-01-081-18/+21
* Use write instead of g_io_channel_write (which is deprecated)Johan Hedberg2007-12-141-7/+5
* Remove unecessary variable and strlen callJohan Hedberg2007-12-141-4/+2
* Prepare for HFP featuresJohan Hedberg2007-12-141-28/+47
* Fix mic gain valueJohan Hedberg2007-12-141-1/+1
* Add initial mechanism to handle headset commands.Luiz Augusto von Dentz2007-12-121-121/+148
* Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz2007-12-111-7/+30
* Minor coding style fixesJohan Hedberg2007-12-071-1/+1
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-26/+26
* Update copyright informationMarcel Holtmann2007-10-231-1/+1
* Misc. headset fixesJohan Hedberg2007-10-171-8/+12
* Send error response in case of unsupported commandsMarcel Holtmann2007-10-101-5/+7