PS3: Edited files as per comments
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 9 Aug 2017 10:10:37 +0000 (15:40 +0530)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 9 Aug 2017 10:10:37 +0000 (15:40 +0530)
Change-Id: Iaa20ba6c6248a68b8d8c9e4becda666eb5490b43

src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothEnumerations.cs
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs

index 111e1a5..1842de9 100644 (file)
@@ -669,11 +669,11 @@ namespace Tizen.Network.Bluetooth
         /// </summary>
         Bpp = 0x00001000,
         /// <summary>
-        /// The BPP service class.
+        /// The BIP service class.
         /// </summary>
         Bip = 0x00002000,
         /// <summary>
-        /// The Panu service class.
+        /// The PANU service class.
         /// </summary>
         Panu = 0x00004000,
         /// <summary>
@@ -752,7 +752,7 @@ namespace Tizen.Network.Bluetooth
         /// </summary>
         GenericAttribute,
         /// <summary>
-        /// The Nap Server profile.
+        /// The NAP Server profile.
         /// </summary>
         NapServer,
         /// <summary>
index aa019f0..a700c44 100644 (file)
@@ -429,7 +429,7 @@ namespace Tizen.Network.Bluetooth {
         /// </remarks>
         /// <exception cref="System.NotSupportedException">Thrown when the Bluetooth LE is not supported.</exception>
         /// <exception cref="System.InvalidOperationException">Thrown when the Bluetooth LE is not enabled
-        /// or when the gatt disconnection attempt to remote device fails.</exception>
+        /// or when the GATT disconnection attempt to remote device fails.</exception>
         public void GattDisconnect()
         {
             if (BluetoothAdapter.IsBluetoothEnabled && Globals.IsInitialize)