summaryrefslogtreecommitdiffstats
path: root/plugins/dun_gw.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16bluetooth: Rename bluetooth pluginsClaudio Takahasi1-1/+1
As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based plugins for some time, we need to separate the plugins that are based on BlueZ 4 from the ones based on BlueZ 5. The bluetooth.c plugin has now been renamed to bluez4.c and the hfp_hf.c plugin is renamed to hfp_hf_bluez4. This will make it easy to add a HFP HF plugin for BlueZ 5.
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
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>