All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Sim Access Profile
@ 2011-02-24 12:13 Waldemar Rymarkiewicz
  2011-02-24 12:13 ` [PATCH v2 1/4] Sim Access Profile API Waldemar Rymarkiewicz
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Waldemar Rymarkiewicz @ 2011-02-24 12:13 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: Johan Hedberg, padovan, Marcel Holtmann, Waldemar Rymarkiewicz

Here you are the SAP codes adjusted to previous comments and API change.

/Waldek


Waldemar Rymarkiewicz (4):
  Sim Access Profile API
  Sim Access Profile Manager
  Sim Access Profile Server
  Sim Access Profile dummy driver

 .gitignore      |    1 +
 Makefile.am     |   22 +-
 acinclude.m4    |   12 +
 doc/sap-api.txt |   34 ++
 sap/main.c      |   55 +++
 sap/manager.c   |   93 ++++
 sap/manager.h   |   22 +
 sap/sap-dummy.c |  328 +++++++++++++
 sap/sap.h       |  192 ++++++++
 sap/server.c    | 1425 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sap/server.h    |   26 +
 11 files changed, 2208 insertions(+), 2 deletions(-)
 create mode 100644 doc/sap-api.txt
 create mode 100644 sap/main.c
 create mode 100644 sap/manager.c
 create mode 100644 sap/manager.h
 create mode 100644 sap/sap-dummy.c
 create mode 100644 sap/sap.h
 create mode 100644 sap/server.c
 create mode 100644 sap/server.h

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

end of thread, other threads:[~2011-03-10 14:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 12:13 [PATCH v2 0/4] Sim Access Profile Waldemar Rymarkiewicz
2011-02-24 12:13 ` [PATCH v2 1/4] Sim Access Profile API Waldemar Rymarkiewicz
2011-02-24 12:13 ` [PATCH v2 2/4] Sim Access Profile Manager Waldemar Rymarkiewicz
2011-03-10 14:05   ` Johan Hedberg
2011-02-24 12:13 ` [PATCH v2 3/4] Sim Access Profile Server Waldemar Rymarkiewicz
2011-03-10 14:28   ` Johan Hedberg
2011-02-24 12:13 ` [PATCH v2 4/4] Sim Access Profile dummy driver Waldemar Rymarkiewicz
2011-03-01 15:07 ` [PATCH v2 0/4] Sim Access Profile Harald Schmitt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.