[Bluetooth][TCSACR-474] Add gatt service resync change type (#3630)
authorWootak Jung <wootak.jung@samsung.com>
Mon, 4 Oct 2021 22:45:52 +0000 (07:45 +0900)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 22:45:52 +0000 (07:45 +0900)
Co-authored-by: Dohyun Pyun <dh79.pyun@samsung.com>
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothEnumerations.cs

index 70c504e..3f070d4 100644 (file)
@@ -1321,6 +1321,10 @@ namespace Tizen.Network.Bluetooth
         /// Service removed.
         /// </summary>
         Removed,
+        /// <summary>
+        /// Resync is required.
+        /// </summary>
+        Resync,
     }
 
     /// <summary>