Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v4 0/6] SIM Access Profile v4
@ 2011-03-15 16:43 Waldemar Rymarkiewicz
  2011-03-15 16:43 ` [PATCH v4 1/6] Adjust sap/server.c license text to the rest of the code Waldemar Rymarkiewicz
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Waldemar Rymarkiewicz @ 2011-03-15 16:43 UTC (permalink / raw)
  To: Johan Hedberg, linux-bluetooth; +Cc: Waldemar Rymarkiewicz

Hi Johan,

See next version of sap patchset. 
I fixed a text license for both already upstreamed patches and those not yet pushed.

/Waldek


Waldemar Rymarkiewicz (6):
  Adjust sap/server.c license text to the rest of the code
  Sim Access Profile Server
  Sim Access Profile connect/disconnect procedures
  Add support for SAP protocol
  Sim Access Profile dummy driver
  Sim Access Profile test scripts

 .gitignore       |    1 +
 Makefile.am      |   14 +-
 acinclude.m4     |    6 +
 sap/sap-dummy.c  |  328 +++++++++++++
 sap/sap.h        |  186 ++++++++
 sap/server.c     | 1395 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 test/sap.py      |  944 ++++++++++++++++++++++++++++++++++++
 test/test-sap.py |  139 ++++++
 8 files changed, 3003 insertions(+), 10 deletions(-)
 create mode 100644 sap/sap-dummy.c
 create mode 100644 sap/sap.h
 create mode 100644 test/sap.py
 create mode 100755 test/test-sap.py


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

end of thread, other threads:[~2011-03-16 11:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 16:43 [PATCH v4 0/6] SIM Access Profile v4 Waldemar Rymarkiewicz
2011-03-15 16:43 ` [PATCH v4 1/6] Adjust sap/server.c license text to the rest of the code Waldemar Rymarkiewicz
2011-03-15 16:43 ` [PATCH v4 2/6] Sim Access Profile Server Waldemar Rymarkiewicz
2011-03-15 17:54   ` Johan Hedberg
2011-03-16  8:49     ` Waldemar.Rymarkiewicz
2011-03-16  9:40       ` Johan Hedberg
2011-03-16 11:04         ` Waldemar.Rymarkiewicz
2011-03-15 16:43 ` [PATCH v4 3/6] Sim Access Profile connect/disconnect procedures Waldemar Rymarkiewicz
2011-03-15 16:43 ` [PATCH v4 4/6] Add support for SAP protocol Waldemar Rymarkiewicz
2011-03-15 16:43 ` [PATCH v4 5/6] Sim Access Profile dummy driver Waldemar Rymarkiewicz
2011-03-15 16:43 ` [PATCH v4 6/6] Sim Access Profile test scripts Waldemar Rymarkiewicz

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