[Bluetooth][Non-ACR] Fix Hid unregister callback not invoke issue (#3771)
authorWootak Jung <wootak.jung@samsung.com>
Thu, 25 Nov 2021 00:06:48 +0000 (09:06 +0900)
committerGitHub <noreply@github.com>
Thu, 25 Nov 2021 00:06:48 +0000 (09:06 +0900)
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothHidImpl.cs

index f4361c6c4c4ff4d5f41ba4837415e05668f034ae..1808b6a4d271d0a94410b3a3a089a2af15cbb1b6 100644 (file)
@@ -37,7 +37,7 @@ namespace Tizen.Network.Bluetooth
             }
             remove
             {
-                //nothing to be done
+                _hidConnectionChanged -= value;
             }
         }