summaryrefslogtreecommitdiffstats
path: root/plugins/sap.c
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 /plugins/sap.c
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 'plugins/sap.c')
-rw-r--r--plugins/sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sap.c b/plugins/sap.c
index d893bc12..d1913fb5 100644
--- a/plugins/sap.c
+++ b/plugins/sap.c
@@ -37,7 +37,7 @@
#include <ofono/log.h>
#include <ofono/modem.h>
-#include "bluetooth.h"
+#include "bluez4.h"
#include "util.h"
#ifndef DBUS_TYPE_UNIX_FD