summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-12-04 15:56:21 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-04 15:56:21 +0200
commit20939728e781a3afd8764486e031af0eb598428a (patch)
tree965882741e5b9d11a6b9a2a18eb3765666811d24
parent49ab8b0601cfa8380f68b9e57319984478751267 (diff)
Fix LegacyPairing description
-rw-r--r--doc/device-api.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/device-api.txt b/doc/device-api.txt
index e17be858..97a1bfb5 100644
--- a/doc/device-api.txt
+++ b/doc/device-api.txt
@@ -175,9 +175,9 @@ Properties string Address [readonly]
The object path of the adpater the device belongs to.
- object LegacyPairing [readonly]
+ boolean LegacyPairing [readonly]
Set to true if the device only supports the pre-2.1
pairing mechanism. This property is useful in the
- Adapter.DeviceFound to anticipate whether legacy or
- secure simple pairing will occur.
+ Adapter.DeviceFound signal to anticipate whether
+ legacy or secure simple pairing will occur.