summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sbc: provide implementation info as a readable stringMarc-André Lureau2009-02-176-0/+19
* Mention Marc-Andre's contributionsMarcel Holtmann2009-02-171-0/+1
* Use const where appropriateJohan Hedberg2009-02-171-8/+8
* Add telephony driver hooks for the HSP AT+CKPD commandJohan Hedberg2009-02-174-4/+49
* audio: make *_suspend() use bt_stop_stream_rspMarc-André Lureau2009-02-171-2/+2
* Convert BtIO API to use GErrorJohan Hedberg2009-02-163-167/+208
* Remove lm_flags from the btio public APIJohan Hedberg2009-02-162-41/+7
* Merge btio test toolJohan Hedberg2009-02-162-1/+431
* Merge external btio reworkJohan Hedberg2009-02-163-1/+1040
* Make old bt_io_connect and bt_io_listen private in preparation of btio importJohan Hedberg2009-02-162-4/+5
* Add a little bit more debug around class of device changesMarcel Holtmann2009-02-141-0/+4
* Only storage class of device if it changedMarcel Holtmann2009-02-142-3/+7
* Fix emitting duplicated PropertyChanged signals for device Name property.Luiz Augusto von Dentz2009-02-133-16/+39
* Fix uninitialized memory issueJohan Hedberg2009-02-131-0/+2
* Mention Gustavo's contributionsMarcel Holtmann2009-02-131-0/+1