summaryrefslogtreecommitdiffstats
path: root/app/bluetooth/Bluetooth.qml
diff options
context:
space:
mode:
authorsrimaldia <hariasti.srimaldia-1@jp.alps.com>2016-12-22 17:13:59 +0900
committersrimaldia <hariasti.srimaldia-1@jp.alps.com>2016-12-22 17:13:59 +0900
commit770c15e0140f9cd3772534c4fe6b0079778d0727 (patch)
treede119799fd3f1aa92d2d7e3d1c187b352e53f125 /app/bluetooth/Bluetooth.qml
parent506e7f6e4d6004b71b09255caab332b014a4c19e (diff)
Revert to latest merged version
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
Diffstat (limited to 'app/bluetooth/Bluetooth.qml')
-rw-r--r--app/bluetooth/Bluetooth.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bluetooth/Bluetooth.qml b/app/bluetooth/Bluetooth.qml
index cd0d982..e8cca1a 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:1000 // 1second
+ interval: (currentState == "idle")? 10000:5000 // 5seconds
onTriggered: {
btDeviceList.clear()