From: Szymon Janc <szymon.janc@tieto.com>
To: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v4 1/2] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response
Date: Tue, 19 May 2015 16:34:39 +0200 [thread overview]
Message-ID: <3048713.ta9afG7rS0@leonov> (raw)
In-Reply-To: <1431589630-30252-1-git-send-email-grzegorz.kolodziejczyk@tieto.com>
Hi Grzegorz,
On Thursday 14 of May 2015 09:47:09 Grzegorz Kolodziejczyk wrote:
> This patch updates bnep header with get bnep supported features ioctl
> and bnep setup response flag.
> ---
> lib/bnep.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/lib/bnep.h b/lib/bnep.h
> index aa46852..e7c2c87 100644
> --- a/lib/bnep.h
> +++ b/lib/bnep.h
> @@ -126,6 +126,9 @@ struct bnep_ext_hdr {
> #define BNEPCONNDEL _IOW('B', 201, int)
> #define BNEPGETCONNLIST _IOR('B', 210, int)
> #define BNEPGETCONNINFO _IOR('B', 211, int)
> +#define BNEPGETSUPPFEAT _IOR('B', 212, int)
> +
> +#define BNEP_SETUP_RESPONSE 0
>
> struct bnep_connadd_req {
> int sock; /* Connected socket */
Both patches applied. Thanks.
--
BR
Szymon Janc
next prev parent reply other threads:[~2015-05-19 14:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-14 7:47 [PATCH v4 1/2] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response Grzegorz Kolodziejczyk
2015-05-14 7:47 ` [PATCH v4 2/2] profiles/network: Add support for handling extension hdr in ctrl msg Grzegorz Kolodziejczyk
2015-05-19 14:34 ` Szymon Janc [this message]
2015-05-19 17:39 ` [PATCH v4 1/2] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response Luiz Augusto von Dentz
2015-05-20 7:28 ` Grzegorz Kolodziejczyk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3048713.ta9afG7rS0@leonov \
--to=szymon.janc@tieto.com \
--cc=grzegorz.kolodziejczyk@tieto.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).