linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Łukasz Rymanowski" <lukasz.rymanowski@codecoup.pl>
To: linux-bluetooth@vger.kernel.org
Cc: "Łukasz Rymanowski" <lukasz.rymanowski@codecoup.pl>
Subject: [PATCH v5 0/3] shared/gatt: Couple fixes and improvements
Date: Sat,  2 Apr 2016 22:26:46 +0200	[thread overview]
Message-ID: <1459628809-32348-1-git-send-email-lukasz.rymanowski@codecoup.pl> (raw)

I've back to work on making Android gatt to make use of shared/gatt.
Here is couple of fixes I've done to shared code when doing this work.

Android gatt still needs testing but will be available sooner or later

v2:
 - fix test-gatt for long write seesion testes
 - prepare test-gatt test to support other changes
 - do aggregation of prep writes for long write session
 - support reliable nested long write
 - start to look into characteristic extended prop for reliable session

v3:
 - rebase
 - remove patch adding notification type - that one needs to be reworked

v4:
 - Fix according to Luiz comment

v5:
 - Fix additional Luiz comments

Łukasz Rymanowski (3):
  shared/gatt-server: Add support for long write
  shared/gatt-db: Add API to get extended prop
  shared/gatt-server: Check for ext. charact. prop. on reliable session

 src/shared/gatt-db.c     |  62 +++++++++++++++++++++
 src/shared/gatt-db.h     |   4 ++
 src/shared/gatt-server.c | 139 ++++++++++++++++++++++++++++++++++++++++-------
 unit/test-gatt.c         |  14 +++++
 4 files changed, 198 insertions(+), 21 deletions(-)

-- 
2.5.0


             reply	other threads:[~2016-04-02 20:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-02 20:26 Łukasz Rymanowski [this message]
2016-04-02 20:26 ` [PATCH v5 1/3] shared/gatt-server: Add support for long write Łukasz Rymanowski
2016-04-04 13:17   ` Luiz Augusto von Dentz
2016-04-02 20:26 ` [PATCH v5 2/3] shared/gatt-db: Add API to get extended prop Łukasz Rymanowski
2016-04-04 13:18   ` Luiz Augusto von Dentz
2016-04-05  7:51     ` Łukasz Rymanowski
2016-04-05  8:08       ` Luiz Augusto von Dentz
2016-04-02 20:26 ` [PATCH v5 3/3] shared/gatt-server: Check for ext. charact. prop. on reliable session Łukasz Rymanowski

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=1459628809-32348-1-git-send-email-lukasz.rymanowski@codecoup.pl \
    --to=lukasz.rymanowski@codecoup.pl \
    --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).