bluetooth: Rename bluetooth plugins
authorClaudio Takahasi <claudio.takahasi@openbossa.org>
Wed, 16 Jan 2013 13:31:27 +0000 (10:31 -0300)
committerDenis Kenzior <denkenz@gmail.com>
Wed, 16 Jan 2013 19:37:23 +0000 (13:37 -0600)
commitcaad5322f6117ab53bacc5d1999b055f7839beab
tree810492d01e6b16eaf7f953b33d480d927d7add84
parent145112dad26f79c8d8eaa9f0f1411a49b6fb7001
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.
Makefile.am
dundee/bluetooth.c
plugins/bluez4.c [moved from plugins/bluetooth.c with 99% similarity]
plugins/bluez4.h [moved from plugins/bluetooth.h with 100% similarity]
plugins/dun_gw.c
plugins/hfp_ag.c
plugins/hfp_hf_bluez4.c [moved from plugins/hfp_hf.c with 99% similarity]
plugins/sap.c
plugins/telit.c