| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Unregister old stream callback before registering a new one | Johan Hedberg | 2009-02-26 | 1 | -0/+4 |
| | | |||||
| * | Cleanup pending request queue after before freeing stream | Johan Hedberg | 2009-02-26 | 1 | -0/+33 |
| | | | | | | Any requests related to the stream should be removed from the queue when the stream state goes to IDLE and the stream gets free'd. | ||||
| * | Fix stream rejection size check | Johan Hedberg | 2009-02-26 | 1 | -1/+1 |
| | | |||||
| * | Add checks for pending connect to sco_connect_cb | Johan Hedberg | 2009-02-26 | 1 | -7/+11 |
| | | |||||
| * | Only request the lock when the client doesn't have it | Johan Hedberg | 2009-02-25 | 1 | -2/+9 |
| | | |||||
| * | Don't use close_sco directly in headset_suspend_stream | Johan Hedberg | 2009-02-25 | 1 | -1/+2 |
| | | |||||
| * | Check for valid sk value before calling bt_audio_service_close | Johan Hedberg | 2009-02-25 | 1 | -1/+2 |
| | | |||||
| * | Fix headset_connect_rfcomm error return case | Johan Hedberg | 2009-02-25 | 2 | -2/+5 |
| | | |||||
| * | Fix pending connect check | Johan Hedberg | 2009-02-25 | 1 | -1/+1 |
| | | |||||
| * | Rework avctp_confirm_cb logic | Johan Hedberg | 2009-02-25 | 1 | -14/+8 |
| | | |||||
| * | Remove unnecessary g_io_channel_set_close_on_unref call | Johan Hedberg | 2009-02-25 | 1 | -2/+0 |
| | | |||||
| * | Improve IPC message receiving | Johan Hedberg | 2009-02-24 | 1 | -7/+13 |
| | | |||||
| * | Fix memory leak | Johan Hedberg | 2009-02-24 | 1 | -1/+5 |
| | | |||||
| * | Only call g_io_channel_shutdown if the connection was actually successfull | Johan Hedberg | 2009-02-24 | 1 | -1/+2 |
| | | |||||
| * | Track and cancel requests in client_free | Johan Hedberg | 2009-02-24 | 1 | -0/+6 |
| | | |||||
| * | Start monitoring the AVCTP channel first in connect_cb | Johan Hedberg | 2009-02-24 | 1 | -4/+1 |
| | | |||||
| * | Fix stream channel closing | Johan Hedberg | 2009-02-24 | 1 | -4/+3 |
| | | |||||
| * | Don't call g_io_channel_shutdown if the session was removed | Johan Hedberg | 2009-02-24 | 1 | -1/+0 |
| | | | | | | In this rather unusual scenario g_io_channel_shutdown will already have been called so attempting it again would cause a GLib warning. | ||||
| * | Be more strict about codec capability length checks | Johan Hedberg | 2009-02-24 | 1 | -11/+19 |
| | | |||||
| * | Close the correct GIOCHannel in avdtp_close_resp | Johan Hedberg | 2009-02-23 | 1 | -1/+1 |
| | | | | | avdtp_close_resp should close the stream and not the signaling channel | ||||
| * | Add another missing g_io_channel_ref | Johan Hedberg | 2009-02-22 | 1 | -1/+1 |
| | | |||||
| * | Add missing g_io_channel_ref | Johan Hedberg | 2009-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix connection authorization when the device is trusted | Johan Hedberg | 2009-02-19 | 1 | -4/+3 |
| | | |||||
| * | Fix finalize_discovery calls to pass correct error code | Johan Hedberg | 2009-02-19 | 1 | -2/+2 |
| | | |||||
| * | Unify connection_lost() calling conventions | Johan Hedberg | 2009-02-19 | 1 | -6/+6 |
| | | |||||
| * | Convert control.c to use btio confirm_cb | Johan Hedberg | 2009-02-19 | 1 | -108/+81 |
| | | |||||
| * | Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close. | Luiz Augusto von Dentz | 2009-02-19 | 6 | -20/+19 |
| | | |||||
| * | Make use of g_error_free instead of g_clear_error when possible. | Luiz Augusto von Dentz | 2009-02-19 | 2 | -3/+3 |
| | | | | | | g_clear_error make an extra operation (&err = NULL) which is not necessary when the GError is not reused. | ||||
| * | Convert HSP/HFP to use btio confirm_cb | Johan Hedberg | 2009-02-19 | 3 | -52/+54 |
| | | |||||
| * | Don't dereference the session if it was closed | Johan Hedberg | 2009-02-19 | 1 | -1/+3 |
| | | |||||
| * | No need to pass connect_cb if confirm_cb is passed | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Convert AVDTP code to use btio confirm_cb | Johan Hedberg | 2009-02-19 | 1 | -224/+210 |
| | | |||||
| * | Add missing g_io_channel_ref | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add missing g_io_channel_ref | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add missing comma | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Remove invalid g_io_channel_unref | Johan Hedberg | 2009-02-19 | 1 | -1/+0 |
| | | |||||
| * | Make audio plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 5 | -181/+253 |
| | | |||||
| * | Make probe to fail if avdtp_init fail. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -1/+7 |
| | | |||||
| * | Add BT_PCM_FLAG_PCM_ROUTING flag to ipc | Johan Hedberg | 2009-02-18 | 4 | -1/+10 |
| | | |||||
| * | Add telephony driver hooks for the HSP AT+CKPD command | Johan Hedberg | 2009-02-17 | 4 | -4/+49 |
| | | |||||
| * | audio: make *_suspend() use bt_stop_stream_rsp | Marc-André Lureau | 2009-02-17 | 1 | -2/+2 |
| | | |||||
| * | Use correct dev pointer | Johan Hedberg | 2009-02-12 | 1 | -1/+1 |
| | | |||||
| * | Make the unix IPC handling more robust | Johan Hedberg | 2009-02-10 | 1 | -22/+19 |
| | | | | | | This patch adds extra checks to strictly only allow messages that can be expected to work with the current code. | ||||
| * | Fix authorization cancelation when connection drops | Johan Hedberg | 2009-02-06 | 1 | -7/+8 |
| | | |||||
| * | Remove unnecessary empty line | Johan Hedberg | 2009-02-06 | 1 | -1/+0 |
| | | |||||
| * | Attempt to parse all AT commands within buffer | Johan Hedberg | 2009-02-06 | 1 | -20/+29 |
| | | |||||
| * | Fix typo | Johan Hedberg | 2009-02-06 | 1 | -1/+1 |
| | | |||||
| * | Also allow conference for CSD_CALL_STATUS_WAITING | Johan Hedberg | 2009-02-06 | 1 | -2/+2 |
| | | |||||
| * | Add missing translation for CSD_CALL_STATUS_WAITING | Johan Hedberg | 2009-02-05 | 1 | -0/+2 |
| | | |||||
| * | Get rid of the update_indicators callback | Johan Hedberg | 2009-02-05 | 1 | -34/+17 |
| | | | | | | This callback is not needed since the same information is communicated as part of the Service Level Connection setup procedure anyway. | ||||
