linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harald Schmitt <linux@hschmitt.de>
To: "linux-bluetooth@vger.kernel.org" <linux-bluetooth@vger.kernel.org>
Subject: Re: [PATCH v2 0/4] Sim Access Profile
Date: Tue, 01 Mar 2011 16:07:49 +0100	[thread overview]
Message-ID: <4D6D0BC5.8040109@hschmitt.de> (raw)
In-Reply-To: <1298549606-16594-1-git-send-email-waldemar.rymarkiewicz@tieto.com>

Hi,
> 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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
Is there a chance to get comments on this?

Best Regards,
Harald


      parent reply	other threads:[~2011-03-01 15:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Harald Schmitt [this message]

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=4D6D0BC5.8040109@hschmitt.de \
    --to=linux@hschmitt.de \
    --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;
as well as URLs for NNTP newsgroup(s).