Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 15 | -46/+45 | |
| | ||||||
* | Make use of g_error_free instead of g_clear_error when possible. | Luiz Augusto von Dentz | 2009-02-19 | 4 | -7/+7 | |
| | | | | | 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 | |
| | ||||||
* | Cleanup old BtIO code. | Luiz Augusto von Dentz | 2009-02-19 | 2 | -928/+0 | |
| | ||||||
* | Make audio plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 5 | -181/+253 | |
| | ||||||
* | Make network plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 2 | -38/+56 | |
| | ||||||
* | Make input plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 5 | -88/+136 | |
| | ||||||
* | Make a call to BtIO API so its symbols got resolved before plugin have loaded. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -0/+5 | |
| | ||||||
* | Make serial plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 2 | -27/+56 | |
| | ||||||
* | Log probe failures. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -13/+18 | |
| | ||||||
* | Make probe to fail if avdtp_init fail. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -1/+7 | |
| | ||||||
* | Fix uninitialised value. | Luiz Augusto von Dentz | 2009-02-19 | 1 | -2/+2 | |
| | ||||||
* | Set GError properly if listen() fails | Johan Hedberg | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | Add BT_PCM_FLAG_PCM_ROUTING flag to ipc | Johan Hedberg | 2009-02-18 | 4 | -1/+10 | |
| | ||||||
* | Add support for BT_IO_OPT_MASTER to btiotest | Johan Hedberg | 2009-02-18 | 1 | -5/+13 | |
| | ||||||
* | Add BT_IO_OPT_MASTER boolean option (maps to LM_MASTER) | Johan Hedberg | 2009-02-18 | 2 | -19/+106 | |
| | ||||||
* | Add security level definitions to btio.h | Johan Hedberg | 2009-02-18 | 1 | -0/+7 | |
| | ||||||
* | Print MTU also for SCO | Johan Hedberg | 2009-02-18 | 1 | -2/+2 | |
| | ||||||
* | Fix getting SCO MTU | Johan Hedberg | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | Fix getting non-int va_arg values | Johan Hedberg | 2009-02-18 | 1 | -4/+4 | |
| | ||||||
* | Fall back to L2CAP_LM and RFCOMM_LM if kernel doesn't support BT_SECURITY | Johan Hedberg | 2009-02-18 | 1 | -9/+119 | |
| | ||||||
* | Move BT_SECURITY handling to their own functions | Johan Hedberg | 2009-02-18 | 1 | -41/+37 | |
| | ||||||
* | Make use of GError to get detailed error information | Johan Hedberg | 2009-02-18 | 1 | -31/+47 | |
| | ||||||
* | Add security level support to btiotest | Johan Hedberg | 2009-02-18 | 1 | -10/+25 | |
| | ||||||
* | Add support for SCO to btiotest | Johan Hedberg | 2009-02-18 | 1 | -0/+67 | |
| | ||||||
* | Make temporary changes to BtIO API so it doesn't conflicts with old code. | Luiz Augusto von Dentz | 2009-02-18 | 2 | -38/+38 | |
| | ||||||
* | sbc: don't dereference sbc pointer if NULL | Marc-André Lureau | 2009-02-17 | 1 | -2/+2 | |
| | ||||||
* | sbc: provide implementation info as a readable string | Marc-André Lureau | 2009-02-17 | 6 | -0/+19 | |
| | | | | This is mainly useful for logging and debugging. | |||||
* | Mention Marc-Andre's contributions | Marcel Holtmann | 2009-02-17 | 1 | -0/+1 | |
| | ||||||
* | Use const where appropriate | Johan Hedberg | 2009-02-17 | 1 | -8/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | Convert BtIO API to use GError | Johan Hedberg | 2009-02-16 | 3 | -167/+208 | |
| | ||||||
* | Remove lm_flags from the btio public API | Johan Hedberg | 2009-02-16 | 2 | -41/+7 | |
| | ||||||
* | Merge btio test tool | Johan Hedberg | 2009-02-16 | 2 | -1/+431 | |
| | ||||||
* | Merge external btio rework | Johan Hedberg | 2009-02-16 | 3 | -1/+1040 | |
| | ||||||
* | Make old bt_io_connect and bt_io_listen private in preparation of btio import | Johan Hedberg | 2009-02-16 | 2 | -4/+5 | |
| | ||||||
* | Add a little bit more debug around class of device changes | Marcel Holtmann | 2009-02-14 | 1 | -0/+4 | |
| | ||||||
* | Only storage class of device if it changed | Marcel Holtmann | 2009-02-14 | 2 | -3/+7 | |
| | ||||||
* | Fix emitting duplicated PropertyChanged signals for device Name property. | Luiz Augusto von Dentz | 2009-02-13 | 3 | -16/+39 | |
| | ||||||
* | Fix uninitialized memory issue | Johan Hedberg | 2009-02-13 | 1 | -0/+2 | |
| | ||||||
* | Mention Gustavo's contributions | Marcel Holtmann | 2009-02-13 | 1 | -0/+1 | |
| |