From 4a36fc7c829aa92c097e4e6e9b7bb00dcb539faf Mon Sep 17 00:00:00 2001 From: Zhenhua Zhang Date: Wed, 28 Oct 2009 19:01:24 +0800 Subject: 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. --- test/test-voicecall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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() -- cgit v1.2.3