Merge "[NUI] suuport NUIWatchApplication for watchface app"
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.Bluetooth / Tizen.Network.Bluetooth / BluetoothProfile.cs
index 6be950a..297f44f 100644 (file)
 namespace Tizen.Network.Bluetooth
 {
     /// <summary>
-    /// This generic class represents all Bluetooth profiles.<br>
+    /// This generic class represents all Bluetooth profiles.<br/>
     /// Any common properties/functions can be added in this class in future.
     /// </summary>
     /// <privilege> http://tizen.org/privilege/bluetooth </privilege>
+    /// <since_tizen> 3 </since_tizen>
     public abstract class BluetoothProfile
     {
         internal string RemoteAddress { get; set; }