summaryrefslogtreecommitdiffstats
path: root/audio/control.c
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect g_io_channel_unref callJohan Hedberg2009-03-231-1/+0
* Rework avctp_confirm_cb logicJohan Hedberg2009-02-251-14/+8
* Remove unnecessary g_io_channel_set_close_on_unref callJohan Hedberg2009-02-251-2/+0
* Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg2009-02-241-1/+2
* Start monitoring the AVCTP channel first in connect_cbJohan Hedberg2009-02-241-4/+1
* Convert control.c to use btio confirm_cbJohan Hedberg2009-02-191-108/+81
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-5/+5
* Remove invalid g_io_channel_unrefJohan Hedberg2009-02-191-1/+0
* Make audio plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-57/+66
* Delay AVRCP connection when remote device connects A2DPJohan Hedberg2009-02-041-0/+4
* Set AVRCP version 1.0 since nothing else is implementedJohan Hedberg2009-02-021-2/+2
* Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann2009-01-301-2/+2
* Fix uninitialized address variableJohan Hedberg2009-01-281-0/+2
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Fix indentation levelsJohan Hedberg2008-10-161-9/+7
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-10/+6
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-161-2/+1
* Fix situation where avctp_disconnect is called while connectingJohan Hedberg2008-10-101-2/+12
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-091-1/+1
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-081-2/+12
* Fail cleanly if we don't have knowledge of a connecting deviceJohan Hedberg2008-10-081-5/+11
* Fix use of uninitialized address variableJohan Hedberg2008-10-081-1/+2
* Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann2008-10-031-0/+4
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-021-3/+4
* Add code to emit PropertyChanged on control interface.Luiz Augusto von Dentz2008-10-021-1/+16
* Add property support for control interface.Luiz Augusto von Dentz2008-10-021-0/+29
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-4/+0
* Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz2008-09-081-27/+60
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-191-3/+1
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-3/+5
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-07-301-12/+28
* Cleanup audio manager.Luiz Augusto von Dentz2008-07-281-8/+11
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-64/+27
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-4/+4
* Make audio service to use libgdbus functions.Luiz Augusto von Dentz2008-06-021-12/+10
* Replace struct device with struct audio_deviceMarcel Holtmann2008-05-291-7/+7
* Make control.c to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-271-227/+165
* Fix default value handling when config file is not presentMarcel Holtmann2008-05-151-8/+9
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
* AVCTP l2cap connection clean upCidorvan Leite2008-05-091-91/+23
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-4/+3
* Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-081-0/+1
* fixed format stringClaudio Takahasi2008-05-081-2/+2
* Fixes avdtp and avctp authorization for incoming connections.Luiz Augusto von Dentz2008-05-051-25/+30
* Convert audio service into a plugin.Luiz Augusto von Dentz2008-03-271-50/+39
* Remove unnecessary empty lineJohan Hedberg2008-03-051-1/+0
* Rename ForceMaster to just MasterJohan Hedberg2008-03-051-1/+1
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-051-3/+19
* Update copyright informationMarcel Holtmann2008-02-021-1/+1