summaryrefslogtreecommitdiffstats
path: root/plugins/dun_gw.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-19dun_gw: Be extra pedantic on plugin cleanupDenis Kenzior1-0/+6
2011-04-19dun_gw: Minor style tweakDenis Kenzior1-1/+1
2011-03-11dun_gw: Set GIOChannel to not close on unrefGuillaume Zajac1-1/+1
This fixes automatic GIOChannel closing when a bluetooth connection is attempted.
2011-02-16dun_gw: Reformat SDP recordDenis Kenzior1-33/+34
2011-02-16dun_gw: Add DUN server plugin for oFonoGustavo F. Padovan1-0/+164
DUN server is probed when modem state changes to online. It registers DUN record to Bluetooth adapter and wait for incoming DUN connection. Based on a patch from Zhenhua Zhang <zhenhua.zhang@intel.com>