From 2d0982624cdc17afc1e3e00e885cef2ab315cd7e Mon Sep 17 00:00:00 2001 From: Mikel Astiz Date: Thu, 25 Apr 2013 09:33:55 +0200 Subject: [PATCH] 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. --- doc/device-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3