summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2008-05-08Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2-1/+2
2008-05-08Register service and UUIDs in one stepMarcel Holtmann1-5/+1
2008-05-08Remove service daemon activation handlingMarcel Holtmann1-2/+6
2008-05-08fixed format stringClaudio Takahasi3-6/+6
2008-05-07Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz1-1/+1
2008-05-05Fixes avdtp and avctp authorization for incoming connections.Luiz Augusto von Dentz2-51/+64
2008-05-01Moving authorization code to dbus-service.cClaudio Takahasi2-8/+7
2008-05-01fixed build warningsClaudio Takahasi1-1/+2
2008-05-01fixed service authorizationClaudio Takahasi1-0/+16
2008-04-29Fix dbus calls to the same process.Luiz Augusto von Dentz1-205/+33
2008-04-29Fixed psm endianness for l2cap connectionCidorvan Leite1-1/+1
2008-04-28AVDTP l2cap connection clean up in audio pluginCidorvan Leite1-79/+19
2008-04-25Fixed remote headset connection stateCidorvan Leite1-0/+1
2008-04-25Make use of convenient function bt_sco_connectCidorvan Leite1-86/+29
2008-04-25Make use of convenient function bt_rfcomm_connect.Luiz Augusto von Dentz1-273/+35
2008-04-25Fixed memory leak in headset stop functionCidorvan Leite1-3/+3
2008-04-21First steps towards HSP HS role and Audio.Gateway D-Bus interface supportJohan Hedberg2-33/+173
2008-04-14Use internal call when possible to authorize incoming connections.Luiz Augusto von Dentz1-11/+26
2008-04-01Fix emitting errors to already disconnected clients.Luiz Augusto von Dentz1-0/+3
2008-03-28Fix linking issue with exported symbolsMarcel Holtmann1-2/+2
2008-03-28Fix service descriptionMarcel Holtmann1-1/+1
2008-03-28Update the fix for the 64-bit build issueMarcel Holtmann1-4/+5
2008-03-28audio: Fixing the Makefile.am so it can compile on 64 bits machines.Vinicius Gomes1-1/+3
2008-03-28Remove blocking calls to GetRemoteName.Luiz Augusto von Dentz1-35/+8
2008-03-27Convert audio service into a plugin.Luiz Augusto von Dentz7-348/+149
2008-03-27Remove blocking call of FinishRemoteServiceTransaction.Luiz Augusto von Dentz1-17/+2
2008-03-12headset_config_init should be called even if HFP isn't enabled (e.g. to get t...Johan Hedberg1-2/+2
2008-03-07Fix stream reconfiguration when it requires changing the stream endpoint.Luiz Augusto von Dentz1-5/+35
2008-03-05Remove unnecessary empty lineJohan Hedberg1-1/+0
2008-03-05Rename ForceMaster to just MasterJohan Hedberg4-4/+4
2008-03-05Use HFP instead of EnableHFPJohan Hedberg2-2/+2
2008-03-05Do master role switching by default and add ForceMaster config optionJohan Hedberg7-24/+75
2008-03-04Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz1-4/+19
2008-03-04Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to make...Johan Hedberg2-5/+5
2008-02-29Fix code style.Luiz Augusto von Dentz1-2/+2
2008-02-29Remove possible extra memcpy for gstreamer plugin.Luiz Augusto von Dentz1-5/+3
2008-02-28Fix bug sending empty packages and remove a buffer copy.Luiz Augusto von Dentz1-1/+3
2008-02-28Add 3 second timer before disconnecting unused HSP/HSP connectionsJohan Hedberg1-5/+38
2008-02-20Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz4-10/+10
2008-02-19Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz9-192/+199
2008-02-19Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz1-20/+21
2008-02-19Refuse Headset.Play() when HCI routing is configuredJohan Hedberg1-0/+6
2008-02-19Implement basic headset automatic disconnect supportJohan Hedberg1-16/+24
2008-02-19Implement proper HFP SLC handlingJohan Hedberg3-222/+297
2008-02-18Fix callback id typeJohan Hedberg1-1/+1
2008-02-18Cleanup headset connection logic to accommodate necessary HFP fixesJohan Hedberg1-261/+296
2008-02-14Remove (incorrect) spaces after commans in AT stringsJohan Hedberg1-11/+11
2008-02-14Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz5-173/+156
2008-02-14Check for RFCOMM connection state in SCO connect callback (so we don't incorr...Johan Hedberg1-1/+4
2008-02-08Improve handling of different transports.Luiz Augusto von Dentz1-42/+76