Message ID | 20250107114532.3593843-1-quic_amisjain@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 036041136f10fdb9218d86befd738840ecd58892 |
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=922892 ---Test result--- Test Summary: CheckPatch PENDING 0.23 seconds GitLint PENDING 0.25 seconds BuildEll PASS 20.48 seconds BluezMake PASS 1510.30 seconds MakeCheck PASS 15.76 seconds MakeDistcheck PASS 157.48 seconds CheckValgrind PASS 213.14 seconds CheckSmatch PASS 270.95 seconds bluezmakeextell PASS 98.47 seconds IncrementalBuild PENDING 0.26 seconds ScanBuild PASS 836.56 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
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 7 Jan 2025 17:15:32 +0530 you wrote: > Add the documentation for the ‘Messages-Listing Format Version 1.1’ > feature for MCE. > > --- > doc/org.bluez.obex.Message.rst | 39 ++++++++++++++++++++++++++++++++++ > 1 file changed, 39 insertions(+) Here is the summary with links: - [v3] Doc: Obex Implement support for message listing format version 1.1 https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=036041136f10 You are awesome, thank you!
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