diff options
author | Bruna Moreira <bruna.moreira@openbossa.org> | 2012-07-26 13:37:28 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-07-29 16:56:36 +0200 |
commit | ce9eca54c664d0d8c9d09c77348b29a9748508f7 (patch) | |
tree | dfc19267c943d53b053cc0f5ebe9040ca0d87495 /doc/device-api.txt | |
parent | f5c4a04e177676a435ef93b4d8c700af7320e90d (diff) |
adapter: Add Appearance property for LE devices
For LE devices, the Class property is not applicable so it was replaced
by the correct one: Appearance property. If no appearance is supplied in
Adv Data, the Appearance property is set to zero and icon to null.
Diffstat (limited to 'doc/device-api.txt')
-rw-r--r-- | doc/device-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt index 3b840339..1f0dc961 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -116,6 +116,10 @@ Properties string Address [readonly] The Bluetooth class of device of the remote device. + uint16 Appearance [readonly] + + External appearance of device, as found on GAP service. + array{string} UUIDs [readonly] List of 128-bit UUIDs that represents the available |