mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 07:04:19 +08:00
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:
parent
5b359e8460
commit
4bf44d29ff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user