diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-02-27 10:22:20 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-02-27 10:22:20 +0000 |
commit | e4897f4192a17338c89a8abea249648c66cce5aa (patch) | |
tree | ada8e68eb9b0976cf9a9f1e4e4dc14f29c62c5ca /hcid/dbus-api.txt | |
parent | d7dd0c224080fc072fff6f37fe7cfe727a43245e (diff) |
Update GetPinCodeLength and GetEncryptionKeySize methods
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index 4b92de2d..947a0536 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -293,12 +293,12 @@ Methods string GetAddress() List device addresses of currently bonded adapter. - uint8 PinCodeLength(string address) + uint8 GetPinCodeLength(string address) Returns the PIN code length that was used in the pairing process. - uint8 EncryptionKeySize(string address) + uint8 GetEncryptionKeySize(string address) Returns the currently used encryption key size. |