Hi Claudio, On 03/04/2013 02:48 PM, Claudio Takahasi wrote: > This patch series moves the SCO connection handling from hfp_hf_bluez5.c > to src/handsfree-audio.c, and adds the Agent NewConnection() method call > to pass the SCO file descriptor from oFono to the Agent implementation. > > Changes between v0-v1: > * Merged commits "Move SCO to handsfree-audio.c" and "Remove modem > dependency" > * Removed tracking of supported local HFP version in handsfree-audio > * Removed ofono_handsfree_get_version() > > Claudio Takahasi (6): > bluetooth: Add new Bluetooth header > handsfree-audio: Move SCO to handsfree-audio.c > handsfree-audio: Add NewConnection > handsfree-audio: Check local SCO address > handsfree-audio: Reject SCO if Card is not ready > handsfree-audio: Reject SCO if agent is unavailable > > Makefile.am | 2 +- > plugins/bluez5.c | 17 ------ > plugins/bluez5.h | 41 -------------- > plugins/hfp_hf_bluez5.c | 103 +---------------------------------- > src/bluetooth.h | 71 ++++++++++++++++++++++++ > src/handsfree-audio.c | 141 +++++++++++++++++++++++++++++++++++++++++++++++- > 6 files changed, 214 insertions(+), 161 deletions(-) > create mode 100644 src/bluetooth.h > I applied this series. I did re-order and split the patches to be in accordance to our patch submission guidelines. Please refer to the HACKING document for more details. Regards, -Denis