summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Input plugin fixes and cleanupJohan Hedberg2009-02-235-94/+101
* Fix btio compilation warningsJohan Hedberg2009-02-231-6/+14
* Make BT_IO_OPT_INVALID 0 to allow use of the gcc sentinel featureJohan Hedberg2009-02-221-1/+1
* Fix bt_io_connect parameter listJohan Hedberg2009-02-221-1/+1
* Fix bt_io_get parameter passingJohan Hedberg2009-02-223-3/+3
* Use correct variable type for the PSMJohan Hedberg2009-02-221-1/+2
* Add another missing g_io_channel_refJohan Hedberg2009-02-221-1/+1
* Add missing g_io_channel_refJohan Hedberg2009-02-221-1/+1
* Add btiotest executable to ignore listMarcel Holtmann2009-02-221-0/+1
* Add UUID search option for RFCOMM channelMarcel Holtmann2009-02-221-3/+67
* Convert pairing code to use BtIOJohan Hedberg2009-02-212-138/+63
* Add support for getting connection infoJohan Hedberg2009-02-203-2/+103
* Fix connection authorization when the device is trustedJohan Hedberg2009-02-191-4/+3
* Fix finalize_discovery calls to pass correct error codeJohan Hedberg2009-02-191-2/+2
* Unify connection_lost() calling conventionsJohan Hedberg2009-02-191-6/+6
* Convert control.c to use btio confirm_cbJohan Hedberg2009-02-191-108/+81
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-1915-46/+45
* Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz2009-02-194-7/+7
* Convert HSP/HFP to use btio confirm_cbJohan Hedberg2009-02-193-52/+54
* Don't dereference the session if it was closedJohan Hedberg2009-02-191-1/+3
* No need to pass connect_cb if confirm_cb is passedJohan Hedberg2009-02-191-1/+1
* Convert AVDTP code to use btio confirm_cbJohan Hedberg2009-02-191-224/+210
* Add missing g_io_channel_refJohan Hedberg2009-02-191-1/+1
* Add missing g_io_channel_refJohan Hedberg2009-02-191-1/+1
* Add missing commaJohan Hedberg2009-02-191-1/+1
* Remove invalid g_io_channel_unrefJohan Hedberg2009-02-191-1/+0
* Cleanup old BtIO code.Luiz Augusto von Dentz2009-02-192-928/+0
* Make audio plugin to use BtIO API.Luiz Augusto von Dentz2009-02-195-181/+253
* Make network plugin to use BtIO API.Luiz Augusto von Dentz2009-02-192-38/+56
* Make input plugin to use BtIO API.Luiz Augusto von Dentz2009-02-195-88/+136
* Make a call to BtIO API so its symbols got resolved before plugin have loaded.Luiz Augusto von Dentz2009-02-191-0/+5
* Make serial plugin to use BtIO API.Luiz Augusto von Dentz2009-02-192-27/+56
* Log probe failures.Luiz Augusto von Dentz2009-02-191-13/+18
* Make probe to fail if avdtp_init fail.Luiz Augusto von Dentz2009-02-191-1/+7
* Fix uninitialised value.Luiz Augusto von Dentz2009-02-191-2/+2
* Set GError properly if listen() failsJohan Hedberg2009-02-181-1/+1
* Add BT_PCM_FLAG_PCM_ROUTING flag to ipcJohan Hedberg2009-02-184-1/+10
* Add support for BT_IO_OPT_MASTER to btiotestJohan Hedberg2009-02-181-5/+13
* Add BT_IO_OPT_MASTER boolean option (maps to LM_MASTER)Johan Hedberg2009-02-182-19/+106
* Add security level definitions to btio.hJohan Hedberg2009-02-181-0/+7
* Print MTU also for SCOJohan Hedberg2009-02-181-2/+2
* Fix getting SCO MTUJohan Hedberg2009-02-181-1/+1
* Fix getting non-int va_arg valuesJohan Hedberg2009-02-181-4/+4
* Fall back to L2CAP_LM and RFCOMM_LM if kernel doesn't support BT_SECURITYJohan Hedberg2009-02-181-9/+119
* Move BT_SECURITY handling to their own functionsJohan Hedberg2009-02-181-41/+37
* Make use of GError to get detailed error informationJohan Hedberg2009-02-181-31/+47
* Add security level support to btiotestJohan Hedberg2009-02-181-10/+25
* Add support for SCO to btiotestJohan Hedberg2009-02-181-0/+67
* Make temporary changes to BtIO API so it doesn't conflicts with old code.Luiz Augusto von Dentz2009-02-182-38/+38
* sbc: don't dereference sbc pointer if NULLMarc-André Lureau2009-02-171-2/+2