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. --- plugins/hfp_ag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hfp_ag.c') diff --git a/plugins/hfp_ag.c b/plugins/hfp_ag.c index c2d1d306..12374ad8 100644 --- a/plugins/hfp_ag.c +++ b/plugins/hfp_ag.c @@ -33,7 +33,7 @@ #include #include -#include "bluetooth.h" +#include "bluez4.h" #define HFP_AG_CHANNEL 13 -- cgit v1.2.3