summaryrefslogtreecommitdiffstats
path: root/audio/control.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix copyright line formatingJohan Hedberg2007-10-221-2/+2
|
* Add skeleton for AVRCP supportJohan Hedberg2007-10-221-0/+586