summaryrefslogtreecommitdiffstats
path: root/common/btio.c
Commit message (Expand)AuthorAgeFilesLines
* Default to close_on_unref = TRUE to avoid descriptor leaksJohan Hedberg2009-02-251-3/+5
* Shutdown IO channel in the case of errorJohan Hedberg2009-02-241-1/+4
* Properly fix unused read() result warningJohan Hedberg2009-02-231-2/+4
* Fix btio compilation warningsJohan Hedberg2009-02-231-6/+14
* Add support for getting connection infoJohan Hedberg2009-02-201-0/+93
* Set GError properly if listen() failsJohan Hedberg2009-02-181-1/+1
* Add BT_IO_OPT_MASTER boolean option (maps to LM_MASTER)Johan Hedberg2009-02-181-19/+105
* Fix getting SCO MTUJohan Hedberg2009-02-181-1/+1
* Fix getting non-int va_arg valuesJohan Hedberg2009-02-181-4/+4
* Fall back to L2CAP_LM and RFCOMM_LM if kernel doesn't support BT_SECURITYJohan Hedberg2009-02-181-9/+119
* Move BT_SECURITY handling to their own functionsJohan Hedberg2009-02-181-41/+37
* Use const where appropriateJohan Hedberg2009-02-171-8/+8
* Convert BtIO API to use GErrorJohan Hedberg2009-02-161-152/+168
* Remove lm_flags from the btio public APIJohan Hedberg2009-02-161-40/+7
* Merge external btio reworkJohan Hedberg2009-02-161-0/+968