summaryrefslogtreecommitdiffstats
path: root/btio/btio.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-30btio: Fix email address in copyright headerMarcel Holtmann1-1/+1
2011-01-30btio: Get mode option for L2CAP socketsSantiago Carot-Nemesio1-0/+3
2011-01-30btio: Add L2CAP fixed channels supportClaudio Takahasi1-10/+27
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/+1299
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].