linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] shared/att: Implement sending ATT protocol requests.
@ 2014-06-26 23:14 Arman Uguray
  2014-06-26 23:14 ` [PATCH 01/10] shared/att: Implement outgoing "Find Information" request/response Arman Uguray
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Arman Uguray @ 2014-06-26 23:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Arman Uguray

This patch set adds support for sending all remaining ATT protocol requests
via bt_att_send and handling of the corresponding response PDUs.

Implemented are:
  - All outgoing ATT protocol requests.
  - All incoming ATT protocol responses.

NOT implemented (and on the TODO list) are:
  - Outgoing ATT protocol commands.
  - Outgoing signed PDUs.
  - Outgoing notifications/indications.
  - Handling of incoming notifications/indications and outgoing confirmation.
  - Handling of incoming ATT protocol requests and outgoing responses.

Arman Uguray (10):
  shared/att: Implement outgoing "Find Information" request/response.
  shared/att: Implement outgoing "Find By Type Value" request/response.
  shared/att: Implement outgoing "Read By Type" request/response.
  shared/att: Implement outgoing "Read" request/response.
  shared/att: Implement outgoing "Read Blob" request/response.
  shared/att: Implement outgoing "Read Multiple" request/response.
  shared/att: Implement outgoing "Read By Group Type" request/response.
  shared/att: Implement outgoing "Write" request/response.
  shared/att: Implement outgoing "Prepare Write" request/response.
  shared/att: Implement outgoing "Execute Write" request/response.

 src/shared/att-types.h |  16 +-
 src/shared/att.c       | 551 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 559 insertions(+), 8 deletions(-)

-- 
2.0.0.526.g5318336


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

end of thread, other threads:[~2014-07-07  9:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 23:14 [PATCH 00/10] shared/att: Implement sending ATT protocol requests Arman Uguray
2014-06-26 23:14 ` [PATCH 01/10] shared/att: Implement outgoing "Find Information" request/response Arman Uguray
2014-07-07  7:20   ` Marcel Holtmann
2014-07-07  7:49     ` Szymon Janc
2014-07-07  8:44       ` Marcel Holtmann
2014-07-07  8:18     ` Arman Uguray
2014-07-07  8:42       ` Marcel Holtmann
2014-07-07  9:02         ` Arman Uguray
2014-07-07  9:48           ` Marcel Holtmann
2014-06-26 23:14 ` [PATCH 02/10] shared/att: Implement outgoing "Find By Type Value" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 03/10] shared/att: Implement outgoing "Read By Type" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 04/10] shared/att: Implement outgoing "Read" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 05/10] shared/att: Implement outgoing "Read Blob" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 06/10] shared/att: Implement outgoing "Read Multiple" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 07/10] shared/att: Implement outgoing "Read By Group Type" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 08/10] shared/att: Implement outgoing "Write" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 09/10] shared/att: Implement outgoing "Prepare Write" request/response Arman Uguray
2014-06-26 23:14 ` [PATCH 10/10] shared/att: Implement outgoing "Execute " Arman Uguray

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).