linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] `SimAccessTest1.CardStatus`: Mark status as `uint`
@ 2021-07-02 13:50 Frederik Carlier
  2021-07-02 15:44 ` bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Frederik Carlier @ 2021-07-02 13:50 UTC (permalink / raw)
  To: linux-bootooth

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


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

end of thread, other threads:[~2021-07-02 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 13:50 [PATCH] `SimAccessTest1.CardStatus`: Mark status as `uint` Frederik Carlier
2021-07-02 15:44 ` bluez.test.bot

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