summaryrefslogtreecommitdiffstats
path: root/audio/control.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | Previously the avctp session would be free'd and the connect callback would try to access this free'd memory. Now we detect this situation properly but the fundamental problem remains that the bt_l2cap_connect API doesn't allow aborting the connect procedure.
* Add mechanism for adding new UUIDs from the driver sideJohan Hedberg2008-10-091-1/+1
| | | | | | With this patch drivers can notify the core daemon that a device supports some UUID. This is useful in case we don't have a service record for a profile which the remote device initiates a connection for.
* Create audio device objects on incoming connections if necessaryJohan Hedberg2008-10-081-2/+12
| | | | | | If we haven't done SDP yet the data structures will be uninitialized. This patch makes sure that the structures are properly initialized if we get an incoming connection before service discovery has been done.
* Fail cleanly if we don't have knowledge of a connecting deviceJohan Hedberg2008-10-081-5/+11
| | | | | | Without this fix we segfault if a device pairs and connects to us before we have completed service discovery to it. Underneath is a more fundamental problem of how we initialize our data structures and this still needs fixing.
* 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
|
* Add extra check for session->dev == NULL before accessing itJohan Hedberg2008-01-301-1/+2
|
* Add basic support for UNITINFO and SUBUNITINFOJohan Hedberg2008-01-161-0/+13
|
* Use KEY_PREVIOUSSONG and KEY_NEXTSONG (instead of KEY_PREVIOUS and KEY_NEXT) ↵Johan Hedberg2007-11-271-4/+4
| | | | since they seem to be more widely supported by existing software
* Fix L2CAP socket leakJohan Hedberg2007-10-251-0/+1
|
* Add uinput support for AVRCPJohan Hedberg2007-10-251-5/+150
|
* Improve AVRCP button press decodingJohan Hedberg2007-10-241-11/+18
|
* Update copyright informationMarcel Holtmann2007-10-231-2/+3
|
* Add basic panel passthrough command parsingJohan Hedberg2007-10-231-3/+84
|
* Integrate AVRCP further with the rest of the audio serviceJohan Hedberg2007-10-231-3/+274
|
* Show number of operands in packetJohan Hedberg2007-10-221-2/+3
|
* Fix UUID in CancelAuthorize callJohan Hedberg2007-10-221-1/+1
|