Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-11 | hfp: gateway_suspend_stream should trigger a state change | Daniel Wagner | 1 | -0/+1 | |
When gateway_suspend_stream is called it should change the gateway state machine from PLAYING to CONNECTED. | |||||
2010-12-16 | Add btd_error_agent_not_available() | Gustavo F. Padovan | 1 | -2/+1 | |
2010-12-16 | Remove error_common_reply() | Gustavo F. Padovan | 1 | -8/+10 | |
Remove old dbus error report function. This patch doesn't make things really really better, but is a start. | |||||
2010-12-14 | audio: use btd_error_failed() | Gustavo F. Padovan | 1 | -6/+5 | |
2010-12-08 | convert errors to btd_error_does_not_exist() | Gustavo F. Padovan | 1 | -3/+1 | |
2010-12-08 | convert errors to btd_error_not_authorized() | Gustavo F. Padovan | 1 | -2/+1 | |
2010-12-07 | Add btd_error_not_connected() | Gustavo F. Padovan | 1 | -3/+1 | |
2010-12-07 | Add btd_error_already_exists() | Gustavo F. Padovan | 1 | -3/+1 | |
2010-12-07 | Create btd_error_invalid_args() | Gustavo F. Padovan | 1 | -6/+2 | |
DBus error handling in BlueZ is a mess. This is the first patch to unify all DBus error handling like in ConnMan and oFono. This unifies all .InvalidArguments errors. | |||||
2010-11-28 | Remove unused includes | Johan Hedberg | 1 | -3/+0 | |
2010-06-08 | audio: fix leak on gateway | Gustavo F. Padovan | 1 | -1/+14 | |
2010-06-08 | audio: Fix typo | Gustavo F. Padovan | 1 | -2/+2 | |
2010-05-21 | Move debug() to DBG() | Gustavo F. Padovan | 1 | -7/+7 | |
Use the new dynamic debug feature | |||||
2010-05-21 | Move logging.{c,h} to log.{c,h} | Gustavo F. Padovan | 1 | -1/+1 | |
Try to make log stuff more similar to ConnMan and oFono. | |||||
2010-02-15 | audio/gateway.c: Don't reply to DBus when connection comes from AG | Gustavo F. Padovan | 1 | -5/+9 | |
2010-02-10 | Add argument verification when unregistering Handsfree agent | Claudio Takahasi | 1 | -0/+13 | |
The given object path argument must match the same value that has been used on registration. | |||||
2010-02-04 | Implement HandsfreeGateway Interface | Gustavo F. Padovan | 1 | -110/+337 | |
Create a interface where a Handsfree agent can register and use BlueZ to handle the rfcomm and sco links. Many thanks to Zhenhua Zhang <zhenhua.zhang@intel.com> for his prototype on this code. | |||||
2010-02-03 | clean up audio/gateway.c | Gustavo F. Padovan | 1 | -759/+1 | |
remove all code related to the AT engine | |||||
2010-01-07 | Update Nokia copyrights | Johan Hedberg | 1 | -1/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-10-06 | Fix a few SDP related memory leaks | Johan Hedberg | 1 | -0/+2 | |
2009-07-16 | Cleanup gateway code to make Coverty happy. | Luiz Augusto von Dentz | 1 | -52/+57 | |
2009-07-16 | Fix unhandled return. | Luiz Augusto von Dentz | 1 | -1/+4 | |
2009-06-30 | Remove redundant newline characters in debug logs | Johan Hedberg | 1 | -10/+10 | |
2009-06-30 | Misc fixes for HFP HF role | Forrest Zhao | 1 | -15/+22 | |
2009-05-02 | Fix more format string issues | Johan Hedberg | 1 | -1/+1 | |
2009-04-21 | re-use the sco_server initiated by audio plugin | Forrest Zhao | 1 | -31/+32 | |
2009-04-09 | Always use voice number type (no semicolon means data call) | Johan Hedberg | 1 | -1/+1 | |
2009-04-08 | Minor whitespace fix | Johan Hedberg | 1 | -1/+1 | |
2009-04-08 | IPC integration part for HFP HF support (org.bluez.HeadsetGateway) | Forrest Zhao | 1 | -0/+79 | |
2009-04-03 | The main part for HFP HF (org.bluez.HeadsetGateway) support | Forrest | 1 | -0/+1030 | |
2009-04-03 | Add basic framework support for HFP HF role (org.bluez.HeadsetGateway) | Forrest | 1 | -0/+64 | |
2009-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2008-02-02 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2007-10-23 | Update copyright information | Marcel Holtmann | 1 | -0/+1 | |
2007-08-13 | Remove ifndef protections and includes from .h files | Johan Hedberg | 1 | -0/+5 | |
2007-08-12 | Clean up mess with header files | Johan Hedberg | 1 | -0/+2 | |
2007-07-20 | Move server registration and sdp record code from gateway to manager. | Luiz Augusto von Dentz | 1 | -546/+0 | |
2007-07-18 | Fix disable_hfp and add human readable string for states. | Luiz Augusto von Dentz | 1 | -0/+19 | |
2007-07-10 | Code cleanup. | Luiz Augusto von Dentz | 1 | -1/+3 | |
2007-06-23 | Fix default config settings | Marcel Holtmann | 1 | -8/+1 | |
2007-06-22 | Add storage support and fixup messed up coding style | Marcel Holtmann | 1 | -431/+434 | |
2007-06-22 | Add audio gateway files that implements org.bluez.audio.Gateway interface. | Luiz Augusto von Dentz | 1 | -0/+555 | |
2007-06-22 | Remove wrongly committed files | Marcel Holtmann | 1 | -555/+0 | |
2007-06-22 | Merge changes from git://git.infradead.org/users/vudentz/bluez-utils.git. | Luiz Augusto von Dentz | 1 | -0/+555 | |