[TBT][All][Non-ACR][5.0 tbt porting] 05/180905/3
authorAwadhesh Singh <awadhesh1.s@samsung.com>
Tue, 5 Jun 2018 10:46:13 +0000 (16:16 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Tue, 5 Jun 2018 11:08:39 +0000 (11:08 +0000)
BluetoothLe scan fix.

Change-Id: I830f1a26542292f200398dc64f579aa4a71ab104
Signed-off-by: Awadhesh Singh <awadhesh1.s@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-bluetoothle-view.c [changed mode: 0644->0755]

index 195781865063c34bc3b2f69c2d69b98d17a86137..d53117cbd88b892e420ecd223303d87d131411c7 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index 5911c761983555ab270d2f6f0eac8f06879515d1..af88c86cb5d5ba6bfb33c17481d5c521b2318585 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
old mode 100644 (file)
new mode 100755 (executable)
index 294d016..4aff462
@@ -1045,11 +1045,11 @@ static void  _bt_adapter_le_scan_result_cb(int result, bt_adapter_le_device_scan
 
                                //Hold the last deviceinfo pointer;
                                this->devices_list = g_list_append(this->devices_list, (gpointer) device_info);
+                               update_view_controls(this);
                        }
                }
        }
 
-       update_view_controls(this);
 }