summaryrefslogtreecommitdiff
path: root/test/simple-agent
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-18 17:16:55 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-18 17:16:55 +0200
commit1b1c92ddad66672ac6077ed7adcd2c1a35752ac2 (patch)
treef97ad4c41774a3f86710caff3116e79e6167d451 /test/simple-agent
parent7b38d4472b23fc638c30589f574e359b68563065 (diff)
downloadbluez-1b1c92ddad66672ac6077ed7adcd2c1a35752ac2.tar.gz
test: Update simple-agent to match latest agent API
Diffstat (limited to 'test/simple-agent')
-rwxr-xr-xtest/simple-agent2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-agent b/test/simple-agent
index bb40eaeba..08cdd7613 100755
--- a/test/simple-agent
+++ b/test/simple-agent
@@ -172,7 +172,7 @@ if __name__ == '__main__':
device.Pair(reply_handler=pair_reply, error_handler=pair_error)
device_obj = device
else:
- manager.RequestDefault()
+ manager.RequestDefaultAgent(path)
mainloop.run()