OSDN Git Service

Merge remote-tracking branch 'origin/master' into marshmallow-x86
[android-x86/external-bluetooth-bluez.git] / btio / btio.c
2015-03-01 Marcel Holtmannbtio: Use local libbluetooth includes
2014-12-08 Szymon Jancbtio: List all enum values in switch
2014-11-03 Michael Janssenbtio: Fix uninitialized usage compilation error
2014-09-20 Marcel Holtmannbtio: Make sure voice setting are all zeroed first
2014-06-13 Szymon Jancbtio: Fix not setting getsockopt optlen for BT_SNDMTU
2014-06-13 Szymon Jancbtio: Fix typo in error message
2014-04-02 Johan Hedbergbtio: Remove unnecessary get_peers() function
2014-04-02 Johan Hedbergbtio: Do RFCOMM peer address lookup only when really...
2014-04-02 Johan Hedbergbtio: Do L2CAP peer address lookup only when really...
2014-02-21 Johan Hedbergbtio: Add missing BT_IO_OPT_DEST_TYPE getting support
2014-01-25 Johan Hedbergtools/l2cap-tester: Add MTU checks after successful...
2013-12-30 Johan Hedbergbtio: Fix falling back to L2CAP_OPTIONS if BT_RCVMTU...
2013-12-13 Johan Hedbergbtio: Update to support sockopts for LE CoC sockets
2013-08-01 Frédéric Dalleaubtio: Add option for SCO voice setting
2013-05-17 Johan Hedbergbtio: Add BT_IO_OPT_SOURCE_TYPE option for source bdadd...
2012-12-24 Cristian Rodríguezbtio: Fix missing config.h includes
2012-11-14 Luiz Augusto von... btio: Fix type detection for L2CAP fixed channels
2012-11-14 Luiz Augusto von... btio: Fix type detection when psm or channel are 0
2012-08-29 Johan Hedbergbtio: Remove BT_IO_L2ERTM
2012-08-29 Johan Hedbergbtio: Make BtIOType private
2012-08-28 Johan Hedbergbtio: Remove unneeded L2CAP raw socket support
2012-07-29 Claudio Takahasibtio: Connect callback errors handling cleanup
2012-07-29 Claudio Takahasibtio: Replace g_set_error by ERROR_FAILED macro
2012-07-24 Paulo Alcantarabtio: Rescue lost errorneous numbers
2012-04-25 Claudio Takahasibtio: Add address type in bt_io_connect
2012-02-01 Luiz Augusto von... btio: Add L2ERTM type
2012-01-24 Vinicius Costa Gomesbtio: Remove the default security level from btio
2012-01-24 Vinicius Costa Gomesbtio: Add support for getting the Encryption Key Size...
2012-01-17 Marcel Holtmannbtio: Remove support for hciX source addresses
2011-12-08 Santiago Carot-Nemesiobtio: Fix byte order conversion when getting L2CAP CID
2011-11-30 Santiago Carot-Nemesiobtio: Fix byte order conversion when getting L2CAP PSM
2011-11-17 Anderson Lizardobtio: Fix errno handling convention
2011-11-04 Luiz Augusto von... btio: add BT_IO_OPT_PRIORITY option
2011-07-09 Vinicius Costa Gomesbtio: Fix the return value of bt_io functions
2011-05-27 Marcel Holtmannbtio: Add workaround for not defined BT_FLUSHABLE
2011-05-14 Johan Hedbergbtio: Fix unused variable warning
2011-05-05 Anderson BrigliaFix btio.c compilation warning
2011-04-21 Johan HedbergAdd BT_FLUSHABLE support to BtIO
2011-03-25 Luiz Augusto von... Fix error message when getting SCO connection handle
2010-10-18 Santiago Carot-NemesioGet mode option for L2CAP sockets
2010-09-30 Claudio TakahasiAdd L2CAP fixed channels support for BTIO
2010-09-13 Zhenhua Zhangbtio: Seperate btio.[ch] into btio directory