summaryrefslogtreecommitdiffstats
path: root/dundee
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2013-01-16 10:31:27 -0300
committerDenis Kenzior <denkenz@gmail.com>2013-01-16 13:37:23 -0600
commitcaad5322f6117ab53bacc5d1999b055f7839beab (patch)
tree810492d01e6b16eaf7f953b33d480d927d7add84 /dundee
parent145112dad26f79c8d8eaa9f0f1411a49b6fb7001 (diff)
downloadofono-caad5322f6117ab53bacc5d1999b055f7839beab.tar.bz2
bluetooth: Rename bluetooth plugins
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.
Diffstat (limited to 'dundee')
-rw-r--r--dundee/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dundee/bluetooth.c b/dundee/bluetooth.c
index 9ddc72c9..58355d31 100644
--- a/dundee/bluetooth.c
+++ b/dundee/bluetooth.c
@@ -32,7 +32,7 @@
#include <glib.h>
-#include "plugins/bluetooth.h"
+#include "plugins/bluez4.h"
#include "dundee.h"