simple-agent: Update default capability to KeyboardDisplay

Now that both user space and kernel mgmt code supports this new
capability it makes sense to set it as the default for simple-agent.
This commit is contained in:
Johan Hedberg 2012-02-02 19:11:38 +02:00
parent 5b359e8460
commit 4bf44d29ff

View File

@ -89,7 +89,7 @@ if __name__ == '__main__':
manager = dbus.Interface(bus.get_object("org.bluez", "/"),
"org.bluez.Manager")
capability = "DisplayYesNo"
capability = "KeyboardDisplay"
parser = OptionParser()
parser.add_option("-c", "--capability", action="store",