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

* RE: `SimAccessTest1.CardStatus`: Mark status as `uint`
  2021-07-02 13:50 [PATCH] `SimAccessTest1.CardStatus`: Mark status as `uint` Frederik Carlier
@ 2021-07-02 15:44 ` bluez.test.bot
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2021-07-02 15:44 UTC (permalink / raw)
  To: linux-bluetooth, frederik.carlier

[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=510177

---Test result---

Test Summary:
CheckPatch                    PASS      0.34 seconds
GitLint                       PASS      0.14 seconds
Prep - Setup ELL              PASS      52.51 seconds
Build - Prep                  PASS      0.16 seconds
Build - Configure             PASS      9.36 seconds
Build - Make                  PASS      231.65 seconds
Make Check                    PASS      9.36 seconds
Make Distcheck                PASS      277.56 seconds
Build w/ext ELL - Configure   PASS      9.14 seconds
Build w/ext ELL - Make        PASS      221.35 seconds

Details
##############################
Test: CheckPatch - PASS
Desc: Run checkpatch.pl script with rule in .checkpatch.conf

##############################
Test: GitLint - PASS
Desc: Run gitlint with rule in .gitlint

##############################
Test: Prep - Setup ELL - PASS
Desc: Clone, build, and install ELL

##############################
Test: Build - Prep - PASS
Desc: Prepare environment for build

##############################
Test: Build - Configure - PASS
Desc: Configure the BlueZ source tree

##############################
Test: Build - Make - PASS
Desc: Build the BlueZ source tree

##############################
Test: Make Check - PASS
Desc: Run 'make check'

##############################
Test: Make Distcheck - PASS
Desc: Run distcheck to check the distribution

##############################
Test: Build w/ext ELL - Configure - PASS
Desc: Configure BlueZ source with '--enable-external-ell' configuration

##############################
Test: Build w/ext ELL - Make - PASS
Desc: Build BlueZ source with '--enable-external-ell' configuration



---
Regards,
Linux Bluetooth


^ permalink raw reply	[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).