Message ID | 20241223095552.2193911-1-quic_amisjain@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v2] Doc: Obex Implement support for message listing format version 1.1 | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=920375 ---Test result--- Test Summary: CheckPatch PENDING 0.26 seconds GitLint PENDING 0.25 seconds BuildEll PASS 21.17 seconds BluezMake PASS 1583.10 seconds MakeCheck PASS 13.39 seconds MakeDistcheck PASS 163.30 seconds CheckValgrind PASS 219.15 seconds CheckSmatch PASS 277.10 seconds bluezmakeextell PASS 102.91 seconds IncrementalBuild PENDING 0.32 seconds ScanBuild PASS 876.05 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth
diff --git a/doc/org.bluez.obex.Message.rst b/doc/org.bluez.obex.Message.rst index 082f87271..6acd18583 100644 --- a/doc/org.bluez.obex.Message.rst +++ b/doc/org.bluez.obex.Message.rst @@ -137,3 +137,42 @@ boolean Protected [readonly] ```````````````````````````` Message protected flag + +string DeliveryStatus [readonly] [optinal] +`````````````````````````````````````````` + + Message delivery status + + Possible values: + + :"delivered": + :"sent": + :"unknown": + +uint64 ConversationId [readonly] [required] +``````````````````````````````````````````` + + Message conversation id sent by Server + Unique identification of the conversation + +string ConversationName [readonly] [optinal] +```````````````````````````````````````````` + + Human readable name of the conversation + +string Direction [readonly] [required] +`````````````````````````````````````` + + Indicate the direction of the message + + Possible values: + + :"incoming": + :"outgoing": + :"outgoingdraft": + :"outgoingpending": + +string AttachmentMimeTypes [readonly] [optinal] +``````````````````````````````````````````````` + + MIME type of the attachment