Return-Path: From: Szymon Janc To: Ravi kumar Veeramally Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH_v4 0/4] Initiates L2CAP Control Channel Date: Tue, 17 Jun 2014 14:28:08 +0200 Message-ID: <1901917.c9uNlxatvT@uw000953> In-Reply-To: <1403003970-3519-1-git-send-email-ravikumar.veeramally@linux.intel.com> References: <1403003970-3519-1-git-send-email-ravikumar.veeramally@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Ravi, On Tuesday 17 of June 2014 14:19:26 Ravi kumar Veeramally wrote: > v4: Fixed Szymon's comments(minor ones). > > v3: Ignore. > > v2: Fixed Szymon's comments (provided utility to convert > wrong HAL channel type defines, minor issues). > > v1: Patchset is initial implementaion for MCL connection. It can > be tested with PTS, register application in source or sink role > and run source or sink L2CAP control channel tests. Initiate > channel connection from haltest, only MCAP MCL gets connected. > > SINK > ----------- > hl register_application bluez-android Bluez bluez-hdp health-device-profile 1 BTHL_MDEP_ROLE_SINK 4100 BTHL_CHANNEL_TYPE_RELIABLE pulse-oximeter > > hl connect_channel 1 00:1b:dc:05:b5:54 0 > > SOURCE > ----------- > hl register_application bluez-android Bluez bluez-hdp health-device-profile 1 BTHL_MDEP_ROLE_SOURCE 4100 BTHL_CHANNEL_TYPE_RELIABLE pulse-oximeter > > hl connect_channel 1 00:1b:dc:05:b5:54 0 > > Ravi kumar Veeramally (4): > profiles/health/hdp: Fix memory leak in SDP record preparation > anrdoid/health: Fix wrong channel type defines > android/health: Initial connect channel implementation > android/health: Notify channel connection status > > android/health.c | 454 ++++++++++++++++++++++++++++++++++++++++++++- > profiles/health/hdp_util.c | 2 + > 2 files changed, 453 insertions(+), 3 deletions(-) > All patches applied, thanks. -- Best regards, Szymon Janc