public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 00/10] gatt:  Add server support for AcquireWrite and AcquireNotify
@ 2017-09-18 12:39 Luiz Augusto von Dentz
  2017-09-18 12:39 ` [PATCH BlueZ 01/10] gatt: Remove useless debug Luiz Augusto von Dentz
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Luiz Augusto von Dentz @ 2017-09-18 12:39 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This implements similar mechanist to use dedicated file descriptors
for IO bypassing D-Bus.

Note: The current implementation opens just one fd per characteristic,
though it could be possible to have one fd per device.

Luiz Augusto von Dentz (10):
  gatt: Remove useless debug
  client: Rework variables for AcquireWrite/AcquireNotify
  doc/gatt-api: Add server support for AcquireWrite and AcquireNotify
  shared/gatt-server: Add bt_gatt_server_get_mtu
  shared/gatt-db: Add gatt_db_attribute_get_user_data
  gatt: Implement AcquireWrite for server
  client: Implement AcquireWrite for server
  gatt: Implement AcquireNotify for server
  client: Implement AcquireNotify for server
  gatt: Update signature of AcquireWrite and AcquireNotify

 client/gatt.c            | 319 ++++++++++++++++++++++++++++++++++++++++-------
 doc/gatt-api.txt         |  22 +++-
 mesh/gatt.c              |  23 +++-
 src/gatt-client.c        |   8 +-
 src/gatt-database.c      | 260 +++++++++++++++++++++++++++++++++++++-
 src/shared/gatt-db.c     |   8 ++
 src/shared/gatt-db.h     |   2 +
 src/shared/gatt-server.c |   8 ++
 src/shared/gatt-server.h |   1 +
 9 files changed, 590 insertions(+), 61 deletions(-)

-- 
2.13.5


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-09-19  9:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-18 12:39 [PATCH BlueZ 00/10] gatt: Add server support for AcquireWrite and AcquireNotify Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 01/10] gatt: Remove useless debug Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 02/10] client: Rework variables for AcquireWrite/AcquireNotify Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 03/10] doc/gatt-api: Add server support for AcquireWrite and AcquireNotify Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 04/10] shared/gatt-server: Add bt_gatt_server_get_mtu Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 05/10] shared/gatt-db: Add gatt_db_attribute_get_user_data Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 06/10] gatt: Implement AcquireWrite for server Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 07/10] client: " Luiz Augusto von Dentz
2017-09-19  4:14   ` Yunhan Wang
2017-09-19  9:57     ` Luiz Augusto von Dentz
2017-09-18 12:39 ` [PATCH BlueZ 08/10] gatt: Implement AcquireNotify " Luiz Augusto von Dentz
2017-09-18 12:40 ` [PATCH BlueZ 09/10] client: " Luiz Augusto von Dentz
2017-09-18 12:40 ` [PATCH BlueZ 10/10] gatt: Update signature of AcquireWrite and AcquireNotify Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox