diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 15:06:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 15:06:01 +0000 |
commit | 6c47e6b19c99c201994496298b84f4af05bd0d41 (patch) | |
tree | 5d70b578c0f09de780b99f0322907cd46b6bbf8f /hcid/dbus-api.txt | |
parent | b311d1f2d0bbd906b51c93423f86625e74931a55 (diff) |
Add support for GetRemoteFeatures method
Diffstat (limited to 'hcid/dbus-api.txt')
-rw-r--r-- | hcid/dbus-api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hcid/dbus-api.txt b/hcid/dbus-api.txt index ee44a5ad..21fd3380 100644 --- a/hcid/dbus-api.txt +++ b/hcid/dbus-api.txt @@ -586,6 +586,13 @@ Methods string GetAddress() Possible errors: org.bluez.Error.InvalidArguments org.bluez.Error.NotAvailable + array{byte} GetRemoteFeatures(string address) + + Get the remote features encoded as bit mask. + + Possible errors: org.bluez.Error.InvalidArguments + org.bluez.Error.NotAvailable + string GetRemoteName(string address) Get adapter name for a remote device. This request |