summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Johan Hedberg2007-08-271-48/+50
| | | | A2DP is already using
* Fix headset state change when an error occurs on both the SCO and the RFCOMM ↵Johan Hedberg2007-08-271-2/+6
| | | | fd's in the same mainloop iteration
* 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
|
* Fix typo in previous coding style fixJohan Hedberg2007-07-231-1/+1
|
* Small coding style fixesJohan Hedberg2007-07-231-3/+9
|
* Remove non-critical error printJohan Hedberg2007-07-231-3/+1
|
* Move server registration and sdp record code from gateway to manager.Luiz Augusto von Dentz2007-07-201-8/+0
|
* Don't try to process data if g_io_channel_read failedJohan Hedberg2007-07-191-1/+3
|
* Minor coding style fixesJohan Hedberg2007-07-191-6/+6
|
* Fix disable_hfp and add human readable string for states.Luiz Augusto von Dentz2007-07-181-14/+22
|
* Code cleanup.Luiz Augusto von Dentz2007-07-101-1/+1
|