aboutsummaryrefslogtreecommitdiffstats
path: root/btio
AgeCommit message (Expand)AuthorFilesLines
2012-11-15btio: Fix type detection for L2CAP fixed channelsLuiz Augusto von Dentz1-0/+1
2012-11-14btio: Fix type detection when psm or channel are 0Luiz Augusto von Dentz1-25/+12
2012-11-14btio: Remove BT_IO_L2ERTMJohan Hedberg1-43/+6
2012-11-14btio: Make BtIOType privateJohan Hedberg2-35/+119
2012-11-14btio: Remove unneeded L2CAP raw socket supportJohan Hedberg2-25/+0
2012-07-29btio: Connect callback errors handling cleanupClaudio Takahasi1-19/+7
2012-07-29btio: Replace g_set_error by ERROR_FAILED macroClaudio Takahasi1-12/+7
2012-07-29btio: Rescue lost errorneous numbersPaulo Alcantara2-37/+48
2012-07-29btio: Add address type in bt_io_connectClaudio Takahasi2-4/+18
2012-02-02btio: Add BtIOMode enum to be used with BT_IO_OPT_MODELuiz Augusto von Dentz1-0/+8
2012-01-31btio: Add L2ERTM typeLuiz Augusto von Dentz2-0/+18
2012-01-24btio: Remove the default security level from btioVinicius Costa Gomes1-1/+0
2012-01-24btio: Add support for getting the Encryption Key Size via btioVinicius Costa Gomes2-0/+20
2012-01-17btio: Remove support for hciX source addressesMarcel Holtmann1-6/+1
2012-01-17btio: Fix byte order conversion when getting L2CAP CIDSantiago Carot-Nemesio1-1/+1
2012-01-17btio: Fix byte order conversion when getting L2CAP PSMSantiago Carot-Nemesio1-1/+1
2012-01-17btio: Fix errno handling conventionAnderson Lizardo1-6/+8
2012-01-17btio: add BT_IO_OPT_PRIORITY optionLuiz Augusto von Dentz2-4/+44
2011-07-09Add L2CAP fixed channels support for BTIOMarcel Holtmann2-10/+31
2011-07-09btio: Fix the return value of bt_io functionsVinicius Costa Gomes1-6/+9
2011-05-27btio: Add workaround for not defined BT_FLUSHABLEMarcel Holtmann1-0/+4
2011-05-27btio: Fix compilation warningAnderson Briglia1-1/+1
2011-05-27btio: Add BT_FLUSHABLE support to BtIOJohan Hedberg2-5/+54
2011-05-27btio: Fix error message when getting SCO connection handleLuiz Augusto von Dentz1-2/+2
2011-05-15btio: Fix unused variable warningJohan Hedberg1-2/+4
2010-09-13btio: Seperate btio.[ch] into btio directoryZhenhua Zhang2-0/+1396
2009-08-17Move the BtIO code into the daemonMarcel Holtmann3-1373/+0
2009-07-03Fix BtIO race condition in detecting a closed file descriptorJohan Hedberg1-3/+17
2009-04-30Add BtIO library.Luiz Augusto von Dentz3-0/+1359