summaryrefslogtreecommitdiff
path: root/btio
Commit message (Collapse)AuthorAgeFilesLines
...
* Add BT_FLUSHABLE support to BtIOJohan Hedberg2011-04-212-5/+54
| | | | | | This patch adds support for the BT_FLUSHABLE L2CAP socket option through BtIO. This can be used to mark data from specific L2CAP sockets to have the flushable flag set in their corresponding ACL packets.
* Fix error message when getting SCO connection handleLuiz Augusto von Dentz2011-03-251-2/+2
| | | | | Error message should indicate the transport correctly which is SCO not RFCOMM.
* Get mode option for L2CAP socketsSantiago Carot-Nemesio2010-10-181-0/+3
|
* Add L2CAP fixed channels support for BTIOClaudio Takahasi2010-09-302-10/+28
| | | | | Add new option BT_IO_OPT_CID to allow listen and connect using a fixed L2CAP channel for BTIO.
* btio: Seperate btio.[ch] into btio directoryZhenhua Zhang2010-09-132-0/+1396
Seperate btio.[ch] from src directory to btio sub-folder.