From: Lucas De Marchi <lucas.demarchi@profusion.mobi>
To: linux-bluetooth@vger.kernel.org
Cc: Lucas De Marchi <lucas.de.marchi@gmail.com>
Subject: [PATCH BlueZ 3/6] doc: Mark optional properties in Device interface
Date: Sat, 6 Oct 2012 04:02:37 -0300 [thread overview]
Message-ID: <1349506960-9398-3-git-send-email-lucas.de.marchi@gmail.com> (raw)
In-Reply-To: <1349506960-9398-1-git-send-email-lucas.de.marchi@gmail.com>
---
doc/device-api.txt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 76af34c..71abb29 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -126,32 +126,32 @@ Properties string Address [readonly]
The Bluetooth remote name. This value can not be
changed. Use the Alias property instead.
- uint16 Vendor [readonly]
+ uint16 Vendor [readonly] [optional]
Vendor unique numeric identifier.
- uint16 VendorSource [readonly]
+ uint16 VendorSource [readonly] [optional]
Vendor source numeric identifier.
- uint16 Product [readonly]
+ uint16 Product [readonly] [optional]
Product unique numeric identifier.
- uint16 Version [readonly]
+ uint16 Version [readonly] [optional]
Version unique numeric identifier.
- string Icon [readonly]
+ string Icon [readonly] [optional]
Proposed icon name according to the freedesktop.org
icon naming specification.
- uint32 Class [readonly]
+ uint32 Class [readonly] [optional]
The Bluetooth class of device of the remote device.
- uint16 Appearance [readonly]
+ uint16 Appearance [readonly] [optional]
External appearance of device, as found on GAP service.
--
1.7.12.2
next prev parent reply other threads:[~2012-10-06 7:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-06 7:02 [PATCH BlueZ 1/6] gdbus: Fix up Properties.Set() code path Lucas De Marchi
2012-10-06 7:02 ` [PATCH BlueZ 2/6] core: Remove useless memset and make icon optional Lucas De Marchi
2012-10-06 7:02 ` Lucas De Marchi [this message]
2012-10-06 7:02 ` [PATCH BlueZ 4/6] core: Add DBus.Properties getters for Device interface Lucas De Marchi
2012-10-06 7:02 ` [PATCH BlueZ 5/6] core: Add setters and signals to " Lucas De Marchi
2012-10-06 7:02 ` [PATCH BlueZ 6/6] core: Move functions to avoid forward declaration Lucas De Marchi
-- strict thread matches above, loose matches on Subject: below --
2012-10-06 7:10 [PATCH BlueZ 1/6] gdbus: Fix up Properties.Set() code path Lucas De Marchi
2012-10-06 7:10 ` [PATCH BlueZ 3/6] doc: Mark optional properties in Device interface Lucas De Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1349506960-9398-3-git-send-email-lucas.de.marchi@gmail.com \
--to=lucas.demarchi@profusion.mobi \
--cc=linux-bluetooth@vger.kernel.org \
--cc=lucas.de.marchi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox