Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mostly every warning caused by -Wsign-compare | Marcel Holtmann | 2009-01-29 | 2 | -5/+5 |
| | |||||
* | Implement AVDTP signal fragmentation support | Johan Hedberg | 2009-01-28 | 1 | -293/+487 |
| | | | | | | This patch implements AVDTP signal fragmentation. Even though it's a mandatory feature it in practice it never gets used with A2DP as it requires messages that exceed 48 bytes (the minimum L2CAP MTU). | ||||
* | Fix uninitialized address variable | Johan Hedberg | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | Don't auto-disconnect explicitly created A2DP connections | Johan Hedberg | 2009-01-27 | 3 | -1/+18 |
| | | | | | | | | | This patch makes sure that explicitly created connections (remotely initiated or using AudioSink.Connect()) stay up until explictly disconnected. The control for this needs to be in the stream timer and not the disconnect timer since our AVDTP state machine always tries to keep one stream in configured state (i.e. it should be ok to always disconnect if we stay too long in IDLE state). | ||||
* | Fix DBusError usage with dbus_message_get_args | Johan Hedberg | 2009-01-26 | 1 | -2/+2 |
| | |||||
* | Fix bug on alsa plugin when debug is active. | Luiz Augusto von Dentz | 2009-01-21 | 1 | -1/+2 |
| | |||||
* | Use native byte order for audio in GStreamer and ALSA plugins | Siarhei Siamashka | 2009-01-19 | 3 | -4/+4 |
| | | | | | This fixes endianness inconsistency between default SBC configuration and GStreamer/ALSA. | ||||
* | Make audio plugin to use audio_device sufix instead of device_. | Luiz Augusto von Dentz | 2009-01-08 | 3 | -9/+11 |
| | | | | To prevent future name clashes with btd_device API. | ||||
* | Fix a bogus pointer crash that occurred when reconnecting A2DP. | Mike Lockwood | 2009-01-08 | 1 | -0/+1 |
| | |||||
* | Allow ATA to be used for calls in WAITING state too | Johan Hedberg | 2009-01-08 | 1 | -0/+3 |
| | |||||
* | Another fix to AT+CHLD=2 | Johan Hedberg | 2009-01-08 | 1 | -3/+3 |
| | | | | | | Swap() can't actually be used for calls in WAITING state. Instead simply call Answer() for a waiting call and it will automatically put any previously active call on hold. | ||||
* | Also release waiting calls upon AT+CHLD=0 | Johan Hedberg | 2009-01-08 | 1 | -0/+2 |
| | |||||
* | Catch errors properly in telephony_call_hold_req | Johan Hedberg | 2009-01-08 | 1 | -7/+6 |
| | |||||
* | Fix AT+CHLD=3 as well | Johan Hedberg | 2009-01-08 | 1 | -1/+18 |
| | | | | | AT+CHLD=3 should use the special Conference() D-Bus method instead of Unhold(). | ||||
* | Fix AT+CHLD=2 behavior | Johan Hedberg | 2009-01-08 | 1 | -2/+34 |
| | |||||
* | Fix use of invalid pointer | Johan Hedberg | 2009-01-07 | 1 | -1/+3 |
| | |||||
* | Remove double semicolon | Johan Hedberg | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | Fix client socket to always be non-blocking. | Luiz Augusto von Dentz | 2009-01-06 | 1 | -0/+1 |
| | | | | | | Accourding to accept man page it does not inherit flags from listening socket. This mean that any operation in the socket generated by accept may block which can render the daemon unresponsive. | ||||
* | Update copyright information | Marcel Holtmann | 2009-01-01 | 43 | -44/+44 |
| | |||||
* | Remove usage of MSG_WAITALL from pcm_bluetooth.c as well | Johan Hedberg | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | Fix receiving data over the unix socket | Johan Hedberg | 2008-12-29 | 1 | -1/+1 |
| | | | | | Don't use MSG_WAITALL since we can (and often will) receive less data than MTU with the new IPC. | ||||
* | First attempt in fixing compiler warnings (still needs cleanup) | Marcel Holtmann | 2008-12-23 | 12 | -16/+17 |
| | |||||
* | Removed unused function | Marcel Holtmann | 2008-12-23 | 1 | -18/+0 |
| | |||||
* | Need to declare plugin entry functions first | Marcel Holtmann | 2008-12-23 | 2 | -0/+4 |
| | |||||
* | Convert sizeof to int before comparison against < 0 | Marcel Holtmann | 2008-12-23 | 1 | -3/+3 |
| | |||||
* | Assign variables after declarations | Marcel Holtmann | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | More coding style fixes | Johan Hedberg | 2008-12-20 | 10 | -112/+113 |
| | |||||
* | Coding style fixes | Johan Hedberg | 2008-12-20 | 4 | -14/+14 |
| | |||||
* | More length header fixes | Johan Hedberg | 2008-12-20 | 1 | -13/+16 |
| | |||||
* | Fix length header values in messages | Johan Hedberg | 2008-12-20 | 2 | -41/+60 |
| | |||||
* | Be more strict about message size mismatches. | Luiz Augusto von Dentz | 2008-12-20 | 1 | -0/+5 |
| | |||||
* | Remember to remove the signal filter in the _exit function | Johan Hedberg | 2008-12-17 | 1 | -0/+2 |
| | |||||
* | Fix gstreamer plugin to reflect the ipc changes. | Luiz Augusto von Dentz | 2008-12-16 | 1 | -66/+96 |
| | |||||
* | Fix alsa plugin to reflect the ipc changes. | Luiz Augusto von Dentz | 2008-12-16 | 2 | -115/+159 |
| | |||||
* | Fix audio ipc to deal better with codec capabilities. | Luiz Augusto von Dentz | 2008-12-16 | 3 | -255/+345 |
| | | | | | This should cover custom codec support for a2dp devices and add support for codecs while using SCO transports. | ||||
* | Introduce headset_get_nrec. | Luiz Augusto von Dentz | 2008-12-15 | 2 | -0/+8 |
| | |||||
* | Revert previous change to g_timeout_add_seconds | Johan Hedberg | 2008-12-15 | 1 | -2/+1 |
| | | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used. | ||||
* | Convert two more users to g_timeout_add_seconds() | Marcel Holtmann | 2008-12-10 | 1 | -1/+2 |
| | |||||
* | Fix AT+NREC API | Johan Hedberg | 2008-12-10 | 4 | -10/+10 |
| | | | | | Remove disable from the function names since there now is the boolean "enable" parameter. | ||||
* | Fix call hold response | Johan Hedberg | 2008-12-09 | 1 | -1/+1 |
| | | | | Respond with a proper error in case of a failure. | ||||
* | Remove unused defines | Johan Hedberg | 2008-12-09 | 1 | -4/+0 |
| | |||||
* | Fix copyright year | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Make sure max is initialized properly in all cases | Johan Hedberg | 2008-12-08 | 1 | -1/+3 |
| | |||||
* | memory_dial_lookup should be static | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Add some documentation for msisdn and vmbx | Johan Hedberg | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | Also fetch charge_level.design in case charge_level.last_full isn't available | Johan Hedberg | 2008-12-08 | 1 | -11/+22 |
| | |||||
* | Update to match new telephony_disable_nr_and_ec_req API | Johan Hedberg | 2008-12-08 | 1 | -2/+3 |
| | |||||
* | Remove unnecessary debug print from signal_filter | Johan Hedberg | 2008-12-08 | 1 | -3/+2 |
| | |||||
* | Fix typo | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Make use of the send_method_call helper function | Johan Hedberg | 2008-12-08 | 1 | -154/+79 |
| |