summaryrefslogtreecommitdiffstats
path: root/dundee/bluetooth.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.
2012-08-17dundee: explicit shutdown the bluetooth file descriptorGustavo Padovan1-0/+7
If we do not shut it down the fd can remain opened. This make impossible to try a re-connect: busy is returned in this case. We call shutdown here to make sure that the link is always closed.
2012-05-22dundee: Add Bluetooth DUN driverDaniel Wagner1-0/+290