From: Hyuk Lee Date: Mon, 29 May 2017 10:45:47 +0000 (+0900) Subject: Modify the API reference documentation X-Git-Tag: submit/trunk/20170823.075128~118^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=214b394741c965d5497402e13cd2375cd98d375e;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Modify the API reference documentation Change-Id: Iaf661ba654e22aae6719304d1d76a66c03fa9139 Signed-off-by: Hyuk Lee --- diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs index 8411a30..98c5218 100755 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothGatt.cs @@ -371,6 +371,8 @@ namespace Tizen.Network.Bluetooth service.SetParent(this); } + /// + /// Gets included service /// /// UUID for the service to get /// service with given uuid if it exists, null otherwise diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs index 380fccf..9d7da13 100644 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs @@ -242,10 +242,10 @@ namespace Tizen.Network.Bluetooth { /// /// Get service uuids list from the Le scan result information /// + /// Gets list of string service uuids. /// /// The Bluetooth must be enabled. /// - /// Returns list of string service uuids. public IEnumerable ServiceUuid { get @@ -262,10 +262,10 @@ namespace Tizen.Network.Bluetooth { /// /// Get device name from the Le scan result information /// + /// Gets device name. /// /// The Bluetooth must be enabled. /// - /// Returns device name. public string DeviceName { get @@ -281,10 +281,10 @@ namespace Tizen.Network.Bluetooth { /// /// Get transmission power level from the Le scan result information /// + /// Gets the transmission power level in dB. /// /// The Bluetooth must be enabled. /// - /// Returns the transmission power level in dB. public int TxPowerLevel { get @@ -300,10 +300,10 @@ namespace Tizen.Network.Bluetooth { /// /// Get service solicitation uuid list from the scan result information /// + /// Gets list of service solicitation uuids. /// /// The Bluetooth must be enabled. /// - /// Returns list of service solicitation uuids. public IEnumerable ServiceSolictationUuid { get @@ -318,10 +318,10 @@ namespace Tizen.Network.Bluetooth { /// /// Gets the manufacturer data from the scan result information /// + /// Gets the appearance value. /// /// The Bluetooth must be enabled. /// - /// Returns the appearance value. public int Appearance { get @@ -336,10 +336,10 @@ namespace Tizen.Network.Bluetooth { /// /// Gets the manufacturer data from the scan result information /// + /// Gets the manufacturer data containing the manucturer data and id information. /// /// The Bluetooth must be enabled. /// - /// Returns the manufacturer data containing the manucturer data and id information. public ManufacturerData ManufacturerData { get @@ -358,7 +358,7 @@ namespace Tizen.Network.Bluetooth { /// /// The Bluetooth must be enabled. /// - /// Returns the service data list. + /// Returns the service data list. public IEnumerable GetServiceDataList() { int serviceCount = 0;