This is the first group of the patches which introduces the Handsfree
BlueZ external profile.

The following patches contain only initial files and basic structures
for the HFP HF plugin (since files and plugins names are one of the
controversial points).

Remaining HFP HF patches:
git://git.infradead.org/users/cktakahasi/ofono.git HF-20130115

Changes from v0:
* Append BlueZ version to hfp_hf* files
* --enable-bluez4 configure option

Claudio Takahasi (6):
  Makefile: Add configure option for BlueZ 4 and 5
  bluetooth: Add versioning information to BlueZ plugins
  bluetooth: Initial files for BlueZ 5
  hfp_hf: Add initial file for external HFP
  hfp_hf: Add hfp_driver
  hfp_hf: Add BlueZ Profile handler

 Makefile.am             |  30 +-
 configure.ac            |  24 +-
 dundee/bluetooth.c      |   2 +-
 plugins/bluetooth.c     | 989 ------------------------------------------------
 plugins/bluetooth.h     |  84 ----
 plugins/bluez4.c        | 989 ++++++++++++++++++++++++++++++++++++++++++++++++
 plugins/bluez4.h        |  84 ++++
 plugins/bluez5.c        | 145 +++++++
 plugins/bluez5.h        |  31 ++
 plugins/dun_gw.c        |   2 +-
 plugins/hfp_ag.c        |   2 +-
 plugins/hfp_hf.c        | 552 ---------------------------
 plugins/hfp_hf_bluez4.c | 552 +++++++++++++++++++++++++++
 plugins/hfp_hf_bluez5.c | 194 ++++++++++
 plugins/sap.c           |   2 +-
 plugins/telit.c         |   2 +-
 16 files changed, 2036 insertions(+), 1648 deletions(-)
 delete mode 100644 plugins/bluetooth.c
 delete mode 100644 plugins/bluetooth.h
 create mode 100644 plugins/bluez4.c
 create mode 100644 plugins/bluez4.h
 create mode 100644 plugins/bluez5.c
 create mode 100644 plugins/bluez5.h
 delete mode 100644 plugins/hfp_hf.c
 create mode 100644 plugins/hfp_hf_bluez4.c
 create mode 100644 plugins/hfp_hf_bluez5.c

-- 
1.7.11.7

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to