summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor coding style fixesJohan Hedberg2007-10-031-4/+2
* Error handling fixesJohan Hedberg2007-10-031-17/+26
* Add some extra debug infoJohan Hedberg2007-08-311-4/+8
* Implement proper locking for headsetsJohan Hedberg2007-08-311-9/+9
* Cleanup and fixes of stream handlingJohan Hedberg2007-08-311-2/+2
* Fix unix client disconnects before headset has been successfully connectedJohan Hedberg2007-08-281-3/+39
* headset_unlock: only disconnect if necessaryJohan Hedberg2007-08-281-1/+2
* Make headset_unlock a no-op if the headset isn't lockedJohan Hedberg2007-08-281-0/+3
* Handle alsa+HSP better on client disconnectJohan Hedberg2007-08-281-0/+2
* Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg2007-08-271-48/+50
* Fix headset state change when an error occurs on both the SCO and the RFCOMM ...Johan Hedberg2007-08-271-2/+6
* Rework interfacing with the avdtp state machineJohan Hedberg2007-08-161-0/+33
* Remove ifndef protections and includes from .h filesJohan Hedberg2007-08-131-0/+1
* Clean up mess with header filesJohan Hedberg2007-08-121-32/+29
* Remove redundant stream fd from config responseJohan Hedberg2007-08-111-17/+15
* Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg2007-08-111-36/+63