From 506e7f6e4d6004b71b09255caab332b014a4c19e Mon Sep 17 00:00:00 2001 From: srimaldia Date: Thu, 22 Dec 2016 16:58:46 +0900 Subject: Modify poll interval Signed-off-by: srimaldia --- app/bluetooth/Bluetooth.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/bluetooth/Bluetooth.qml') diff --git a/app/bluetooth/Bluetooth.qml b/app/bluetooth/Bluetooth.qml index e8cca1a..cd0d982 100644 --- a/app/bluetooth/Bluetooth.qml +++ b/app/bluetooth/Bluetooth.qml @@ -302,7 +302,7 @@ SettingPage { //Timer for periodic refresh; this is BAD solution, need to figure out how to subscribe for events Timer { id: periodicRefresh - interval: (currentState == "idle")? 10000:5000 // 5seconds + interval: (currentState == "idle")? 10000:1000 // 1second onTriggered: { btDeviceList.clear() -- cgit 1.2.3-korg