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

@@@ -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
@@@ -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);
      }