Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation levels | Johan Hedberg | 2008-10-16 | 1 | -9/+7 |
| | |||||
* | Rename dbus_connection_emit_property_changed to emit_property_changed | Johan Hedberg | 2008-10-16 | 1 | -10/+6 |
| | |||||
* | Fix remaining places to use dict_append_entry too | Johan Hedberg | 2008-10-16 | 1 | -2/+1 |
| | |||||
* | Fix situation where avctp_disconnect is called while connecting | Johan Hedberg | 2008-10-10 | 1 | -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 side | Johan Hedberg | 2008-10-09 | 1 | -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 necessary | Johan Hedberg | 2008-10-08 | 1 | -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 device | Johan Hedberg | 2008-10-08 | 1 | -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 variable | Johan Hedberg | 2008-10-08 | 1 | -1/+2 |
| | |||||
* | Fix uninitialized reply of multiple GetProperties methods | Marcel Holtmann | 2008-10-03 | 1 | -0/+4 |
| | |||||
* | Mark old plugins API as deprecated. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -3/+4 |
| | |||||
* | Add code to emit PropertyChanged on control interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -1/+16 |
| | |||||
* | Add property support for control interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+29 |
| | |||||
* | Cancels the pending request from agent side when receiving a NoReply | Vinicius Costa Gomes | 2008-09-09 | 1 | -4/+0 |
| | |||||
* | Fix a2dp and avrcp drivers to not rely on BDADDR_ANY. | Luiz Augusto von Dentz | 2008-09-08 | 1 | -27/+60 |
| | |||||
* | Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for now | Marcel Holtmann | 2008-08-19 | 1 | -3/+1 |
| | |||||
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 1 | -3/+5 |
| | |||||
* | Remove use of g_dbus_unregister_all_interfaces. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -12/+28 |
| | |||||
* | Cleanup audio manager. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -8/+11 |
| | |||||
* | Fix authorization mechanism for 3.x. | Luiz Augusto von Dentz | 2008-06-17 | 1 | -64/+27 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 1 | -4/+4 |
| | |||||
* | Make audio service to use libgdbus functions. | Luiz Augusto von Dentz | 2008-06-02 | 1 | -12/+10 |
| | |||||
* | Replace struct device with struct audio_device | Marcel Holtmann | 2008-05-29 | 1 | -7/+7 |
| | |||||
* | Make control.c to use bt_l2cap_listen. | Luiz Augusto von Dentz | 2008-05-27 | 1 | -227/+165 |
| | |||||
* | Fix default value handling when config file is not present | Marcel Holtmann | 2008-05-15 | 1 | -8/+9 |
| | |||||
* | Make bt_io_callback_t to take both source and destination. | Luiz Augusto von Dentz | 2008-05-14 | 1 | -1/+2 |
| | |||||
* | AVCTP l2cap connection clean up | Cidorvan Leite | 2008-05-09 | 1 | -91/+23 |
| | |||||
* | Move D-Bus object and interface helpers into libgdbus | Marcel Holtmann | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | Move D-Bus watch functions into libgdbus | Marcel Holtmann | 2008-05-08 | 1 | -4/+3 |
| | |||||
* | Move set_nonblocking() to the GLib helpers for now | Marcel Holtmann | 2008-05-08 | 1 | -0/+1 |
| | |||||
* | fixed format string | Claudio Takahasi | 2008-05-08 | 1 | -2/+2 |
| | |||||
* | Fixes avdtp and avctp authorization for incoming connections. | Luiz Augusto von Dentz | 2008-05-05 | 1 | -25/+30 |
| | |||||
* | Convert audio service into a plugin. | Luiz Augusto von Dentz | 2008-03-27 | 1 | -50/+39 |
| | |||||
* | Remove unnecessary empty line | Johan Hedberg | 2008-03-05 | 1 | -1/+0 |
| | |||||
* | Rename ForceMaster to just Master | Johan Hedberg | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | Do master role switching by default and add ForceMaster config option | Johan Hedberg | 2008-03-05 | 1 | -3/+19 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Add extra check for session->dev == NULL before accessing it | Johan Hedberg | 2008-01-30 | 1 | -1/+2 |
| | |||||
* | Add basic support for UNITINFO and SUBUNITINFO | Johan Hedberg | 2008-01-16 | 1 | -0/+13 |
| | |||||
* | Use KEY_PREVIOUSSONG and KEY_NEXTSONG (instead of KEY_PREVIOUS and KEY_NEXT) ↵ | Johan Hedberg | 2007-11-27 | 1 | -4/+4 |
| | | | | since they seem to be more widely supported by existing software | ||||
* | Fix L2CAP socket leak | Johan Hedberg | 2007-10-25 | 1 | -0/+1 |
| | |||||
* | Add uinput support for AVRCP | Johan Hedberg | 2007-10-25 | 1 | -5/+150 |
| | |||||
* | Improve AVRCP button press decoding | Johan Hedberg | 2007-10-24 | 1 | -11/+18 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2007-10-23 | 1 | -2/+3 |
| | |||||
* | Add basic panel passthrough command parsing | Johan Hedberg | 2007-10-23 | 1 | -3/+84 |
| | |||||
* | Integrate AVRCP further with the rest of the audio service | Johan Hedberg | 2007-10-23 | 1 | -3/+274 |
| | |||||
* | Show number of operands in packet | Johan Hedberg | 2007-10-22 | 1 | -2/+3 |
| | |||||
* | Fix UUID in CancelAuthorize call | Johan Hedberg | 2007-10-22 | 1 | -1/+1 |
| | |||||
* | Fix copyright line formating | Johan Hedberg | 2007-10-22 | 1 | -2/+2 |
| | |||||
* | Add skeleton for AVRCP support | Johan Hedberg | 2007-10-22 | 1 | -0/+586 |