From: Mikel Astiz Date: Thu, 25 Apr 2013 07:33:55 +0000 (+0200) Subject: doc: Fix optional properties not marked as such X-Git-Tag: android-x86-4.4-r3~8276 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2d0982624cdc17afc1e3e00e885cef2ab315cd7e;p=android-x86%2Fexternal-bluetooth-bluez.git doc: Fix optional properties not marked as such Commit 826023de56896e83f35ae69a73d6a120a2f5b11e made some of the device's properties optional but the documentation was not updated accordingly. More specifically, the properties 'Name' and 'UUIDs' won't be present if the information is not available. --- diff --git a/doc/device-api.txt b/doc/device-api.txt index 0f916c7b6..187f2bf4a 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -96,7 +96,7 @@ Properties string Address [readonly] The Bluetooth device address of the remote device. - string Name [readonly] + string Name [readonly, optional] The Bluetooth remote name. This value can not be changed. Use the Alias property instead. @@ -121,7 +121,7 @@ Properties string Address [readonly] External appearance of device, as found on GAP service. - array{string} UUIDs [readonly] + array{string} UUIDs [readonly, optional] List of 128-bit UUIDs that represents the available remote services.