mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
simple-agent: Use a higher (60s) timeout for pairing
This commit is contained in:
parent
8446f70d35
commit
6c5efac684
@ -123,6 +123,7 @@ if __name__ == '__main__':
|
||||
|
||||
agent.set_exit_on_release(False)
|
||||
adapter.CreatePairedDevice(args[1], path, capability,
|
||||
timeout=60000,
|
||||
reply_handler=create_device_reply,
|
||||
error_handler=create_device_error)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user