summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Use g_key_file_get_string_list instead of g_key_file_get_stringJohan Hedberg2008-05-161-42/+36
* Fix problem with non const bdaddr_tMarcel Holtmann2008-05-153-4/+4
* Remove casts.Luiz Augusto von Dentz2008-05-151-5/+5
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-154-210/+73
* Fix return value for snd_pcm_hw_params() callsMarcel Holtmann2008-05-151-1/+5
* Fix default value handling when config file is not presentMarcel Holtmann2008-05-153-17/+20
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-147-13/+17
* AVCTP l2cap connection clean upCidorvan Leite2008-05-091-91/+23
* Use -no-undefined for linking pluginsMarcel Holtmann2008-05-091-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-085-6/+5
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-087-20/+14
* Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-082-1/+2
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-5/+1
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+6
* fixed format stringClaudio Takahasi2008-05-083-6/+6
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-1/+1
* Fixes avdtp and avctp authorization for incoming connections.Luiz Augusto von Dentz2008-05-052-51/+64
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-012-8/+7
* fixed build warningsClaudio Takahasi2008-05-011-1/+2
* fixed service authorizationClaudio Takahasi2008-05-011-0/+16
* Fix dbus calls to the same process.Luiz Augusto von Dentz2008-04-291-205/+33
* Fixed psm endianness for l2cap connectionCidorvan Leite2008-04-291-1/+1
* AVDTP l2cap connection clean up in audio pluginCidorvan Leite2008-04-281-79/+19
* Fixed remote headset connection stateCidorvan Leite2008-04-251-0/+1
* 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
* First steps towards HSP HS role and Audio.Gateway D-Bus interface supportJohan Hedberg2008-04-212-33/+173
* Use internal call when possible to authorize incoming connections.Luiz Augusto von Dentz2008-04-141-11/+26
* Fix emitting errors to already disconnected clients.Luiz Augusto von Dentz2008-04-011-0/+3
* Fix linking issue with exported symbolsMarcel Holtmann2008-03-281-2/+2
* Fix service descriptionMarcel Holtmann2008-03-281-1/+1
* Update the fix for the 64-bit build issueMarcel Holtmann2008-03-281-4/+5
* audio: Fixing the Makefile.am so it can compile on 64 bits machines.Vinicius Gomes2008-03-281-1/+3
* Remove blocking calls to GetRemoteName.Luiz Augusto von Dentz2008-03-281-35/+8
* Convert audio service into a plugin.Luiz Augusto von Dentz2008-03-277-348/+149
* Remove blocking call of FinishRemoteServiceTransaction.Luiz Augusto von Dentz2008-03-271-17/+2
* headset_config_init should be called even if HFP isn't enabled (e.g. to get t...Johan Hedberg2008-03-121-2/+2
* Fix stream reconfiguration when it requires changing the stream endpoint.Luiz Augusto von Dentz2008-03-071-5/+35
* Remove unnecessary empty lineJohan Hedberg2008-03-051-1/+0
* Rename ForceMaster to just MasterJohan Hedberg2008-03-054-4/+4
* Use HFP instead of EnableHFPJohan Hedberg2008-03-052-2/+2
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-057-24/+75
* Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz2008-03-041-4/+19
* Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to make...Johan Hedberg2008-03-042-5/+5
* Fix code style.Luiz Augusto von Dentz2008-02-291-2/+2
* Remove possible extra memcpy for gstreamer plugin.Luiz Augusto von Dentz2008-02-291-5/+3
* Fix bug sending empty packages and remove a buffer copy.Luiz Augusto von Dentz2008-02-281-1/+3
* Add 3 second timer before disconnecting unused HSP/HSP connectionsJohan Hedberg2008-02-281-5/+38