summaryrefslogtreecommitdiffstats
path: root/btio/btio.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-10btio: Add BtIOMode enum to be used with BT_IO_OPT_MODELuiz Augusto von Dentz1-0/+8
2012-02-10btio: Add L2ERTM typeLuiz Augusto von Dentz1-0/+1
L2ERTM type uses L2CAP socket in SOCK_STREAM instead of SOCK_SEQPACKET
2012-01-25btio: Add support for getting the Encryption Key Size via btioVinicius Costa Gomes1-0/+1
Some profiles specify some restriction depending on the length of the key used to encrypt the link, this adds an way to retrieve that value from the kernel.
2012-01-17btio: add BT_IO_OPT_PRIORITY optionLuiz Augusto von Dentz1-0/+1
BT_IO_OPT_PRIORITY uses SO_PRIORITY to set the priority of the socket
2011-05-27btio: Add BT_FLUSHABLE support to BtIOJohan Hedberg1-0/+1
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.
2011-01-30btio: Fix email address in copyright headerMarcel Holtmann1-1/+1
2011-01-30btio: Add L2CAP fixed channels supportClaudio Takahasi1-0/+1
Add new option BT_IO_OPT_CID to allow listen and connect using a fixed L2CAP channel for BTIO.
2011-01-13bluetooth: Add Btio library for DUNZhenhua Zhang1-0/+97
Btio library is the low level socket API for BT RFCOMM connection. We share the same library among BlueZ, Obex and oFono. So make sure you synchronize to other two projects when you make changes to btio.[ch].