summaryrefslogtreecommitdiff
path: root/btio
Commit message (Expand)AuthorAgeFilesLines
* btio: Fix type detection for L2CAP fixed channelsLuiz Augusto von Dentz2012-11-151-0/+1
* btio: Fix type detection when psm or channel are 0Luiz Augusto von Dentz2012-11-141-25/+12
* btio: Remove BT_IO_L2ERTMJohan Hedberg2012-11-141-43/+6
* btio: Make BtIOType privateJohan Hedberg2012-11-142-35/+119
* btio: Remove unneeded L2CAP raw socket supportJohan Hedberg2012-11-142-25/+0
* btio: Connect callback errors handling cleanupClaudio Takahasi2012-07-291-19/+7
* btio: Replace g_set_error by ERROR_FAILED macroClaudio Takahasi2012-07-291-12/+7
* btio: Rescue lost errorneous numbersPaulo Alcantara2012-07-292-37/+48
* btio: Add address type in bt_io_connectClaudio Takahasi2012-07-292-4/+18
* btio: Add BtIOMode enum to be used with BT_IO_OPT_MODELuiz Augusto von Dentz2012-02-021-0/+8
* btio: Add L2ERTM typeLuiz Augusto von Dentz2012-01-312-0/+18
* btio: Remove the default security level from btioVinicius Costa Gomes2012-01-241-1/+0
* btio: Add support for getting the Encryption Key Size via btioVinicius Costa Gomes2012-01-242-0/+20
* btio: Remove support for hciX source addressesMarcel Holtmann2012-01-171-6/+1
* btio: Fix byte order conversion when getting L2CAP CIDSantiago Carot-Nemesio2012-01-171-1/+1
* btio: Fix byte order conversion when getting L2CAP PSMSantiago Carot-Nemesio2012-01-171-1/+1
* btio: Fix errno handling conventionAnderson Lizardo2012-01-171-6/+8
* btio: add BT_IO_OPT_PRIORITY optionLuiz Augusto von Dentz2012-01-172-4/+44
* Add L2CAP fixed channels support for BTIOMarcel Holtmann2011-07-092-10/+31
* btio: Fix the return value of bt_io functionsVinicius Costa Gomes2011-07-091-6/+9
* btio: Add workaround for not defined BT_FLUSHABLEMarcel Holtmann2011-05-271-0/+4
* btio: Fix compilation warningAnderson Briglia2011-05-271-1/+1
* btio: Add BT_FLUSHABLE support to BtIOJohan Hedberg2011-05-272-5/+54
* btio: Fix error message when getting SCO connection handleLuiz Augusto von Dentz2011-05-271-2/+2
* btio: Fix unused variable warningJohan Hedberg2011-05-151-2/+4
* btio: Seperate btio.[ch] into btio directoryZhenhua Zhang2010-09-132-0/+1396
* Move the BtIO code into the daemonMarcel Holtmann2009-08-173-1373/+0
* Fix BtIO race condition in detecting a closed file descriptorJohan Hedberg2009-07-031-3/+17
* Add BtIO library.Luiz Augusto von Dentz2009-04-303-0/+1359