* [PATCH BlueZ v0] doc: Fix optional properties not marked as such
@ 2013-04-25 7:33 Mikel Astiz
2013-04-25 7:38 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Mikel Astiz @ 2013-04-25 7:33 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Mikel Astiz
From: Mikel Astiz <mikel.astiz@bmw-carit.de>
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 0f916c7..187f2bf 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.
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH BlueZ v0] doc: Fix optional properties not marked as such
2013-04-25 7:33 [PATCH BlueZ v0] doc: Fix optional properties not marked as such Mikel Astiz
@ 2013-04-25 7:38 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2013-04-25 7:38 UTC (permalink / raw)
To: Mikel Astiz; +Cc: linux-bluetooth, Mikel Astiz
Hi Mikel,
On Thu, Apr 25, 2013, Mikel Astiz wrote:
> 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(-)
Applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-25 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 7:33 [PATCH BlueZ v0] doc: Fix optional properties not marked as such Mikel Astiz
2013-04-25 7:38 ` Johan Hedberg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.