summaryrefslogtreecommitdiffstats
path: root/test/test-voicecall
diff options
context:
space:
mode:
authorZhenhua Zhang <zhenhua.zhang@intel.com>2009-10-28 19:01:24 +0800
committerDenis Kenzior <denkenz@gmail.com>2009-10-28 17:33:33 -0500
commit4a36fc7c829aa92c097e4e6e9b7bb00dcb539faf (patch)
tree23aa510658594507dbd4a23444f6e7419f4c580e /test/test-voicecall
parent57aaf9813f9a865ab31314e0cf9ad2b068e67592 (diff)
downloadofono-4a36fc7c829aa92c097e4e6e9b7bb00dcb539faf.tar.bz2
Add voicecall driver for Bluetooth HFP
HFP voicecall driver uses AT+CIEV indicator to notify call status update according to Bluetooth HFP spec v1.5. This patch only adds single call support.
Diffstat (limited to 'test/test-voicecall')
-rwxr-xr-xtest/test-voicecall2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-voicecall b/test/test-voicecall
index a3fb918f..13f371a4 100755
--- a/test/test-voicecall
+++ b/test/test-voicecall
@@ -80,7 +80,7 @@ if __name__ == "__main__":
call.connect_to_signal("PropertyChanged", voicecall_property_changed)
- gobject.timeout_add(5000, hangup_all)
+ gobject.timeout_add(10000, hangup_all)
mainloop = gobject.MainLoop()
mainloop.run()