linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frederik Carlier <frederik.carlier@quamotion.mobi>
To: "linux-bootooth@vger.kernel.org" <linux-bootooth@vger.kernel.org>
Subject: [PATCH] `SimAccessTest1.CardStatus`: Mark status as `uint`
Date: Fri, 2 Jul 2021 13:50:13 +0000	[thread overview]
Message-ID: <AM8PR05MB8292DD484EF2EE569F04BF2DEA1F9@AM8PR05MB8292.eurprd05.prod.outlook.com> (raw)

This brings the declaration of the status argument in the D-Bus method
table in line with how card_status reads its first and only argument.

Signed-off-by: Frederik Carlier <frederik.carlier@quamotion.mobi>
---
 profiles/sap/sap-dummy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/sap/sap-dummy.c b/profiles/sap/sap-dummy.c
index 92adea384..c81eba078 100644
--- a/profiles/sap/sap-dummy.c
+++ b/profiles/sap/sap-dummy.c
@@ -334,7 +334,7 @@ static const GDBusMethodTable dummy_methods[] = {
 	{ GDBUS_EXPERIMENTAL_METHOD("DisconnectImmediate", NULL, NULL,
 				disconnect_immediate) },
 	{ GDBUS_EXPERIMENTAL_METHOD("CardStatus",
-				GDBUS_ARGS({ "status", "" }), NULL,
+				GDBUS_ARGS({ "status", "u" }), NULL,
 				card_status) },
 	{ }
 };
-- 
2.32.0.windows.1


             reply	other threads:[~2021-07-02 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-02 13:50 Frederik Carlier [this message]
2021-07-02 15:44 ` `SimAccessTest1.CardStatus`: Mark status as `uint` bluez.test.bot

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=AM8PR05MB8292DD484EF2EE569F04BF2DEA1F9@AM8PR05MB8292.eurprd05.prod.outlook.com \
    --to=frederik.carlier@quamotion.mobi \
    --cc=linux-bootooth@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).