[Bluetooth] Fix System.DllNotFoundException 38/159738/1 4.0.1-preview1-00019
authorGowtham Anandha Babu <gowtham.ab@samsung.com>
Thu, 9 Nov 2017 06:45:00 +0000 (12:15 +0530)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 13 Nov 2017 00:54:27 +0000 (09:54 +0900)
Issue name:
DF171107-00648 [CosmosV2][#17_ROBUSTNESS][KantM2_LITE_ATSC][20171106.3]
DOTNET_EXCEPTION{com.samsung.tv.csfs} - int-smoke-mandatory-KOR -
int-smoke-TVPLUS_DTV (QB_ID:186152)

Change-Id: I63db4377ce9f339f8594285cce4b460445cdd511
Signed-off-by: Gowtham Anandha Babu <gowtham.ab@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAdapterImpl.cs

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