Return-Path: From: Szymon Janc To: Ravi kumar Veeramally Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 00/11] Add health profile support for haltest Date: Wed, 23 Apr 2014 22:02:27 +0200 Message-ID: <4760270.XzpdEKGsOk@leonov> In-Reply-To: <1398168371-29685-1-git-send-email-ravikumar.veeramally@linux.intel.com> References: <1398168371-29685-1-git-send-email-ravikumar.veeramally@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Ravi, On Tuesday 22 of April 2014 15:05:59 Ravi kumar Veeramally wrote: > v1: Patch set contains fixes and health profile support for > haltest. > > Ravi kumar Veeramally (11): > android/hal-health: Use correct enums > android/hal-health: Fix copying empty string > android/hal-msg: Add mdep role and channel type defines > android/health: Fix wrong boolean value for command handler > android/health: Add initial function for HAL_OP_HEALTH_MDEP command > android/client: Add initial support for health profile > android/client: Add register_application support to haltest > android/client: Add unregister_application support to haltest > android/client: Add connect_channel support to haltest > android/client: Add destroy_channel support to haltest > android/client: Add health callbacks support for haltest > > android/Makefile.am | 1 + > android/client/haltest.c | 1 + > android/client/if-bt.c | 3 +- > android/client/if-hl.c | 301 > +++++++++++++++++++++++++++++++++++++++++++++++ android/client/if-main.h | > 2 + > android/hal-health.c | 14 ++- > android/hal-msg.h | 7 ++ > android/health.c | 13 +- > 8 files changed, 334 insertions(+), 8 deletions(-) > create mode 100644 android/client/if-hl.c I've pushed all patches, thanks. But I had to fix compilation for Android and some bugs in register application (which I also simplified a bit). -- BR Szymon Janc