summaryrefslogtreecommitdiff
path: root/btio
AgeCommit message (Expand)AuthorFilesLines
2013-12-30btio: Fix falling back to L2CAP_OPTIONS if BT_RCVMTU failsJohan Hedberg1-2/+7
2013-12-13btio: Update to support sockopts for LE CoC socketsJohan Hedberg1-34/+84
2013-08-01btio: Add option for SCO voice settingFrédéric Dalleau2-4/+21
2013-05-17btio: Add BT_IO_OPT_SOURCE_TYPE option for source bdaddr typeJohan Hedberg2-4/+12
2012-12-23btio: Fix missing config.h includesCristian Rodríguez1-0/+5
2012-11-14btio: 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-08-29btio: Remove BT_IO_L2ERTMJohan Hedberg1-43/+6
2012-08-28btio: Make BtIOType privateJohan Hedberg2-35/+119
2012-08-28btio: 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-24btio: Rescue lost errorneous numbersPaulo Alcantara2-37/+48
2012-04-25btio: 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
2011-12-08btio: Fix byte order conversion when getting L2CAP CIDSantiago Carot-Nemesio1-1/+1
2011-11-30btio: Fix byte order conversion when getting L2CAP PSMSantiago Carot-Nemesio1-1/+1
2011-11-17btio: Fix errno handling conventionAnderson Lizardo1-6/+8
2011-11-04btio: add BT_IO_OPT_PRIORITY optionLuiz Augusto von Dentz2-4/+44
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-15btio: Fix unused variable warningJohan Hedberg1-2/+4
2011-05-05Fix btio.c compilation warningAnderson Briglia1-1/+1
2011-04-21Add BT_FLUSHABLE support to BtIOJohan Hedberg2-5/+54
2011-03-25Fix error message when getting SCO connection handleLuiz Augusto von Dentz1-2/+2
2010-10-18Get mode option for L2CAP socketsSantiago Carot-Nemesio1-0/+3
2010-09-30Add L2CAP fixed channels support for BTIOClaudio Takahasi2-10/+28
2010-09-13btio: Seperate btio.[ch] into btio directoryZhenhua Zhang2-0/+1396