summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-02-24 14:56:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-02-24 14:56:42 +0000
commitcb8a3c136dae3d1141a14b71158c984b8c40f2f5 (patch)
treec738f7f0117392872d2817188f24fb2f36500d21 /hcid/dbus-test
parent129147b47b9df4895888c6a674f8d15dc35e9a16 (diff)
Remove duplicate command entry
Diffstat (limited to 'hcid/dbus-test')
-rwxr-xr-xhcid/dbus-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-test b/hcid/dbus-test
index 7af75bc9..d47b7ddd 100755
--- a/hcid/dbus-test
+++ b/hcid/dbus-test
@@ -16,7 +16,7 @@ dev_cmds = [ "GetAddress", "GetManufacturer", "GetVersion", "GetRevision",
"GetMinorClass", "SetMinorClass", "GetRemoteVersion", "GetRemoteName",
"GetRemoteAlias", "SetRemoteAlias", "LastSeen", "LastUsed",
"CreateBonding", "RemoveBonding", "HasBonding", "ListBondings",
- "PinCodeLength", "EncryptionKeySize", "GetServiceClasses" ]
+ "PinCodeLength", "EncryptionKeySize" ]
mgr_signals = [ "DeviceAdded", "DeviceRemoved" ]
dev_signals = [ "ModeChanged", "NameChanged" , "MinorClassChanged",
"RemoteAliasChanged", "RemoteNameChanged" ]