Linux bluetooth development
 help / color / mirror / Atom feed
From: Arman Uguray <armansito@chromium.org>
To: linux-bluetooth@vger.kernel.org
Cc: Arman Uguray <armansito@chromium.org>
Subject: [PATCH BlueZ v1 0/5] Introduce shared/gatt-server.
Date: Mon,  6 Oct 2014 14:01:40 -0700	[thread overview]
Message-ID: <1412629304-3391-1-git-send-email-armansito@chromium.org> (raw)

*v1:
  - Make gatt-db external to gatt-server, as initially discussed.
  - Also implement Read By Group Type request.

Arman Uguray (5):
  Revert "plugins/sixaxis: Add a set_leds_sysfs() function"
  shared/att: Drop the connection is a request is received while one is
    pending.
  shared/gatt-server: Introduce shared/gatt-server.
  shared/gatt-server: Support Exchange MTU request.
  shared/gatt-server: Support Read By Group Type request.

 Makefile.am              |   1 +
 configure.ac             |   4 +-
 plugins/sixaxis.c        |  89 +-----------
 src/shared/att.c         | 101 ++++++++------
 src/shared/gatt-server.c | 347 +++++++++++++++++++++++++++++++++++++++++++++++
 src/shared/gatt-server.h |  40 ++++++
 6 files changed, 455 insertions(+), 127 deletions(-)
 create mode 100644 src/shared/gatt-server.c
 create mode 100644 src/shared/gatt-server.h

-- 
2.1.0.rc2.206.gedb03e5


             reply	other threads:[~2014-10-06 21:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06 21:01 Arman Uguray [this message]
2014-10-06 21:01 ` [PATCH BlueZ v1 1/4] shared/att: Drop the connection is a request is received while one is pending Arman Uguray
2014-10-06 21:01 ` [PATCH BlueZ v1 2/4] shared/gatt-server: Introduce shared/gatt-server Arman Uguray
2014-10-09  8:18   ` Marcin Kraglak
2014-10-06 21:01 ` [PATCH BlueZ v1 3/4] shared/gatt-server: Support Exchange MTU request Arman Uguray
2014-10-06 21:01 ` [PATCH BlueZ v1 4/4] shared/gatt-server: Support Read By Group Type request Arman Uguray
2014-10-09  8:24   ` Luiz Augusto von Dentz
2014-10-13 20:57     ` Arman Uguray
2014-10-08 15:14 ` [PATCH BlueZ v1 0/5] Introduce shared/gatt-server Arman Uguray
2014-10-09  8:29   ` Luiz Augusto von Dentz

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=1412629304-3391-1-git-send-email-armansito@chromium.org \
    --to=armansito@chromium.org \
    --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