Message ID | 20241223112041.2657934-1-quic_amisjain@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v3] 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=920391 ---Test result--- Test Summary: CheckPatch PENDING 0.39 seconds GitLint PENDING 0.32 seconds BuildEll PASS 20.50 seconds BluezMake PASS 1539.93 seconds MakeCheck PASS 13.16 seconds MakeDistcheck PASS 158.30 seconds CheckValgrind PASS 214.24 seconds CheckSmatch PASS 271.89 seconds bluezmakeextell PASS 98.70 seconds IncrementalBuild PENDING 0.35 seconds ScanBuild PASS 841.35 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..9878dffe7 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] [optional] +``````````````````````````````````````````` + + 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] [optional] +````````````````````````````````````````````` + + 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] [optional] +```````````````````````````````````````````````` + + MIME type of the attachment