summaryrefslogtreecommitdiff
path: root/doc/device-api.txt
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-10-06 04:02:37 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-06 09:44:28 +0200
commit26e1bef18c2e7cb5200b3aa20f362625ad9f0976 (patch)
treeb45e9095d97524a1bbac8b3c3b1fc3f0ff221da5 /doc/device-api.txt
parent6bcc5737a271345340960de18f2953295e7c4907 (diff)
downloadbluez-26e1bef18c2e7cb5200b3aa20f362625ad9f0976.tar.gz
doc: Mark optional properties in Device interface
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r--doc/device-api.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index 76af34c59..71abb2948 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.