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

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