Merge branch 'tizen_5.0' into tizen_5.5 84/250784/2
authorPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Mon, 4 Jan 2021 12:25:26 +0000 (13:25 +0100)
committerPiotr Kosko/Native/Web API (PLT) /SRPOL/Engineer/Samsung Electronics <p.kosko@samsung.com>
Mon, 4 Jan 2021 12:34:49 +0000 (13:34 +0100)
Change-Id: I4663c3fd5eb5bf03bb1f421ffe39cd761c1b30ca

1  2 
packaging/webapi-plugins.spec
src/bluetooth/bluetooth_api.js

index 79244b4ddc9243d29112f7abd31468985a14e941,1202f5db7d02e0ed6681954420e38c35ab7e3697..a28cbc506f1f64a9e45b534f32590ccf3f6653bf
@@@ -6,11 -6,9 +6,11 @@@
  %define crosswalk_extensions tizen-extensions-crosswalk
  
  %define crosswalk_extensions_path %{_libdir}/%{crosswalk_extensions}
 +%define tizen_ut_build 0
 +
  
  Name:       webapi-plugins
- Version:    2.69
 -Version:    2.53
++Version:    2.70
  Release:    0
  License:    Apache-2.0 and BSD-3-Clause and MIT
  Group:      Development/Libraries
index 905fa1cf6a81d9245bd16a87c487c171c842ced1,4f3a7c16bd1152f19d1e507f9378bd8176defecc..212beb86a50e974aebae85f8d7d0da2d250cbec8
@@@ -1528,9 -1514,7 +1528,7 @@@ BluetoothLEAdapter.prototype.startScan 
  BluetoothLEAdapter.prototype.stopScan = function() {
      privUtils_.log('Entered BluetoothLEAdapter.stopScan()');
  
-     _bleScanListener.removeListener();
 -    var result = native.callSync('BluetoothLEAdapter_stopScan', {});
 +    var result = native.callSync('BluetoothLEAdapterStopScan', {});
      if (native.isFailure(result)) {
          throw native.getErrorObject(result);
      }