[C# Bluetooth]: Modify API description
authorGowtham Anandha Babu <gowtham.ab@samsung.com>
Mon, 6 Feb 2017 07:39:15 +0000 (13:09 +0530)
committerGowtham Anandha Babu <gowtham.ab@samsung.com>
Mon, 6 Feb 2017 07:40:15 +0000 (13:10 +0530)
Change-Id: I10870f75f207f1bed3caa3a2e3ea4274b057f6b7

src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs

index 473ee49..a2db4ca 100755 (executable)
@@ -214,7 +214,7 @@ namespace Tizen.Network.Bluetooth
         }
 
         /// <summary>
-        /// Gets service with given UUID that belongs to this client.
+        /// Gets service with given UUID that belongs to the remote device.
         /// </summary>
         /// <param name="uuid">UUID for the service to get</param>
         /// <returns>service with given uuid if it exists, null otherwise</returns>
@@ -224,9 +224,9 @@ namespace Tizen.Network.Bluetooth
         }
 
         /// <summary>
-        /// Gets list of services that belongs to this client.
+        /// Gets list of services that belongs to the remote device.
         /// </summary>
-        /// <returns>list of services that belongs to this client</returns>
+        /// <returns>list of services that belongs to the remote device</returns>
         public IEnumerable<BluetoothGattService> GetServices()
         {
             return _impl.GetServices(this);