Revert "[Bluetooth] Fix System.DllNotFoundException" 52/160252/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 15 Nov 2017 06:06:52 +0000 (15:06 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 15 Nov 2017 06:09:45 +0000 (15:09 +0900)
This reverts commit 3e98595e87d2b7b25e807edbd91114eaa8d7e2dd.
After applying this patchset, TCT crash issues were occured in the test hub.
We should re-anylize the commit and will resubmit it.

Change-Id: I4fcdf58a4e8b6003375991f96038ab8dc6eac860
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAdapterImpl.cs

index 444c461..14e2981 100644 (file)
@@ -598,7 +598,6 @@ namespace Tizen.Network.Bluetooth
             if (ret != (int)BluetoothError.None)
             {
                 Log.Error (Globals.LogTag, "Failed to deinitialize bluetooth, Error - " + (BluetoothError)ret);
-                BluetoothErrorFactory.ThrowBluetoothException (ret);
             }
             else
             {