aboutsummaryrefslogtreecommitdiff
path: root/audio/control.c
AgeCommit message (Expand)Author
2009-02-25Rework avctp_confirm_cb logicJohan Hedberg
2009-02-25Remove unnecessary g_io_channel_set_close_on_unref callJohan Hedberg
2009-02-24Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg
2009-02-24Start monitoring the AVCTP channel first in connect_cbJohan Hedberg
2009-02-19Convert control.c to use btio confirm_cbJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Remove invalid g_io_channel_unrefJohan Hedberg
2009-02-19Make audio plugin to use BtIO API.Luiz Augusto von Dentz
2009-02-04Delay AVRCP connection when remote device connects A2DPJohan Hedberg
2009-02-02Set AVRCP version 1.0 since nothing else is implementedJohan Hedberg
2009-01-30Fix signed/unsigned comparison issues within AVDTP/A2DP codeMarcel Holtmann
2009-01-28Fix uninitialized address variableJohan Hedberg
2009-01-01Update copyright informationMarcel Holtmann
2008-10-16Fix indentation levelsJohan Hedberg
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg
2008-10-10Fix situation where avctp_disconnect is called while connectingJohan Hedberg
2008-10-09Add mechanism for adding new UUIDs from the driver sideJohan Hedberg
2008-10-08Create audio device objects on incoming connections if necessaryJohan Hedberg
2008-10-08Fail cleanly if we don't have knowledge of a connecting deviceJohan Hedberg
2008-10-08Fix use of uninitialized address variableJohan Hedberg
2008-10-03Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann
2008-10-02Mark old plugins API as deprecated.Luiz Augusto von Dentz
2008-10-02Add code to emit PropertyChanged on control interface.Luiz Augusto von Dentz
2008-10-02Add property support for control interface.Luiz Augusto von Dentz
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes
2008-09-08Fix a2dp and avrcp drivers to not rely on BDADDR_ANY.Luiz Augusto von Dentz
2008-08-19Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann
2008-08-18Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz
2008-07-30Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz
2008-07-28Cleanup audio manager.Luiz Augusto von Dentz
2008-06-17Fix authorization mechanism for 3.x.Luiz Augusto von Dentz
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-02Make audio service to use libgdbus functions.Luiz Augusto von Dentz
2008-05-29Replace struct device with struct audio_deviceMarcel Holtmann
2008-05-27Make control.c to use bt_l2cap_listen.Luiz Augusto von Dentz
2008-05-15Fix default value handling when config file is not presentMarcel Holtmann
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz
2008-05-09AVCTP l2cap connection clean upCidorvan Leite
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-08Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann
2008-05-08fixed format stringClaudio Takahasi
2008-05-05Fixes avdtp and avctp authorization for incoming connections.Luiz Augusto von Dentz
2008-03-27Convert audio service into a plugin.Luiz Augusto von Dentz
2008-03-05Remove unnecessary empty lineJohan Hedberg
2008-03-05Rename ForceMaster to just MasterJohan Hedberg
2008-03-05Do master role switching by default and add ForceMaster config optionJohan Hedberg
2008-02-02Update copyright informationMarcel Holtmann
2008-01-30Add extra check for session->dev == NULL before accessing itJohan Hedberg