From: Gowtham Anandha Babu Date: Mon, 6 Feb 2017 07:39:15 +0000 (+0530) Subject: [C# Bluetooth]: Modify API description X-Git-Tag: submit/trunk/20170823.075128~118^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29a0e9573ff9c2e5a49bb39a2c6d9d65e0f09c03;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [C# Bluetooth]: Modify API description Change-Id: I10870f75f207f1bed3caa3a2e3ea4274b057f6b7 --- diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs index 473ee49..a2db4ca 100755 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs @@ -214,7 +214,7 @@ namespace Tizen.Network.Bluetooth } /// - /// Gets service with given UUID that belongs to this client. + /// Gets service with given UUID that belongs to the remote device. /// /// UUID for the service to get /// service with given uuid if it exists, null otherwise @@ -224,9 +224,9 @@ namespace Tizen.Network.Bluetooth } /// - /// Gets list of services that belongs to this client. + /// Gets list of services that belongs to the remote device. /// - /// list of services that belongs to this client + /// list of services that belongs to the remote device public IEnumerable GetServices() { return _impl.GetServices(this);