From caad5322f6117ab53bacc5d1999b055f7839beab Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 16 Jan 2013 10:31:27 -0300 Subject: 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. --- dundee/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dundee') 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 -#include "plugins/bluetooth.h" +#include "plugins/bluez4.h" #include "dundee.h" -- cgit v1.2.3