summaryrefslogtreecommitdiff
path: root/audio/headset.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-22Initialize HFP supported features properlyJohan Hedberg1-6/+7
2008-01-22Fix coding styleJohan Hedberg1-14/+11
2008-01-22Add (experimental) Headset.IdentifyCall methodJohan Hedberg1-2/+91
2008-01-16Reorganize audio.conf parsing in a more modular mannerJohan Hedberg1-1/+113
2008-01-11Make sure the correct handle value gets updated when parsing HSP/HFP recordsJohan Hedberg1-8/+13
2008-01-09handle call rejection properlyJohan Hedberg1-4/+6
2008-01-09TerminateCall signal should be called CallTerminatedJohan Hedberg1-2/+2
2008-01-08Implement SetupCall methodJohan Hedberg1-0/+51
2008-01-08Further headset fixes and cleanupJohan Hedberg1-17/+60
2008-01-08Improve HFP/HSP discovery and connection state trackingJohan Hedberg1-18/+21
2007-12-14Use write instead of g_io_channel_write (which is deprecated)Johan Hedberg1-7/+5
2007-12-14Remove unecessary variable and strlen callJohan Hedberg1-4/+2
2007-12-14Prepare for HFP featuresJohan Hedberg1-28/+47
2007-12-14Fix mic gain valueJohan Hedberg1-1/+1
2007-12-12Add initial mechanism to handle headset commands.Luiz Augusto von Dentz1-121/+148
2007-12-11Fix connecting to hfp headset. (Patch from fdalleau)Luiz Augusto von Dentz1-7/+30
2007-12-07Minor coding style fixesJohan Hedberg1-1/+1
2007-11-26Update services to new error codes and helper functionsJohan Hedberg1-26/+26
2007-10-23Update copyright informationMarcel Holtmann1-1/+1
2007-10-17Misc. headset fixesJohan Hedberg1-8/+12
2007-10-10Send error response in case of unsupported commandsMarcel Holtmann1-5/+7
2007-10-03Minor coding style fixesJohan Hedberg1-4/+2
2007-10-03Error handling fixesJohan Hedberg1-17/+26
2007-08-31Add some extra debug infoJohan Hedberg1-4/+8
2007-08-31Implement proper locking for headsetsJohan Hedberg1-9/+9
2007-08-31Cleanup and fixes of stream handlingJohan Hedberg1-2/+2
2007-08-28Fix unix client disconnects before headset has been successfully connectedJohan Hedberg1-3/+39
2007-08-28headset_unlock: only disconnect if necessaryJohan Hedberg1-1/+2
2007-08-28Make headset_unlock a no-op if the headset isn't lockedJohan Hedberg1-0/+3
2007-08-28Handle alsa+HSP better on client disconnectJohan Hedberg1-0/+2
2007-08-27Convert alsa initiated headset connections to similar callback system that A2...Johan Hedberg1-48/+50
2007-08-27Fix headset state change when an error occurs on both the SCO and the RFCOMM ...Johan Hedberg1-2/+6
2007-08-16Rework interfacing with the avdtp state machineJohan Hedberg1-0/+33
2007-08-13Remove ifndef protections and includes from .h filesJohan Hedberg1-0/+1
2007-08-12Clean up mess with header filesJohan Hedberg1-32/+29
2007-08-11Remove redundant stream fd from config responseJohan Hedberg1-17/+15
2007-08-11Integrate A2DP work from Johan's and Luiz's GIT treesJohan Hedberg1-36/+63
2007-07-23Fix typo in previous coding style fixJohan Hedberg1-1/+1
2007-07-23Small coding style fixesJohan Hedberg1-3/+9
2007-07-23Remove non-critical error printJohan Hedberg1-3/+1
2007-07-20Move server registration and sdp record code from gateway to manager.Luiz Augusto von Dentz1-8/+0
2007-07-19Don't try to process data if g_io_channel_read failedJohan Hedberg1-1/+3
2007-07-19Minor coding style fixesJohan Hedberg1-6/+6
2007-07-18Fix disable_hfp and add human readable string for states.Luiz Augusto von Dentz1-14/+22
2007-07-10Code cleanup.Luiz Augusto von Dentz1-1/+1
2007-06-29Handle state machine in a better way and add disconnect code for plugin.Luiz Augusto von Dentz1-71/+53
2007-06-29Fix concurrent pending connections, properly checks state machine and lot of ...Luiz Augusto von Dentz1-216/+195
2007-06-27Revert changes on storage, rfcomm might change over time.Luiz Augusto von Dentz1-2/+2
2007-06-27Make headset also connect rfcomm when it demands, remove asserts and some cod...Luiz Augusto von Dentz1-306/+307
2007-06-22Add storage support and fixup messed up coding styleMarcel Holtmann1-8/+8