From 82b8289b7a2e98af623d9611e73f1011f683a6ef Mon Sep 17 00:00:00 2001 From: Wootak Date: Mon, 13 May 2019 15:15:44 +0900 Subject: [PATCH] [Bluetooth][Non-ACR] Fix API document (#833) Fix API document --- .../Tizen.Network.Bluetooth/BluetoothLeAdapter.cs | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs index 52a40a3..db0e2ec 100644 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs @@ -112,7 +112,7 @@ namespace Tizen.Network.Bluetooth { /// /// This is the BluetoothLeDevice class. - /// It handles the LE device operations like getting data from the scan result information. + /// It handles the LE device operations like getting data from the scan result. /// /// 3 public class BluetoothLeDevice @@ -261,7 +261,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the service UUIDs list from the LE scan result information. + /// Gets the service UUIDs list from the LE scan result. /// /// Gets the list of the string service UUIDs. /// @@ -280,12 +280,12 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the service UUIDs list from the LE scan result information. + /// Gets the service UUIDs list from the LE scan result. /// /// Gets the list of the string service UUIDs. /// The Bluetooth must be enabled. /// The enumeration for BLE packet type. - /// The service uuid value + /// The service UUID value /// http://tizen.org/feature/network.bluetooth.le /// Thrown when the Bluetooth LE is not supported. /// Thrown when the Bluetooth LE is not enabled. @@ -296,7 +296,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the device name from the LE scan result information. + /// Gets the device name from the LE scan result. /// /// Gets the device name. /// @@ -315,7 +315,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the device name from the LE scan result information. + /// Gets the device name from the LE scan result. /// /// Gets the device name. /// The Bluetooth must be enabled. @@ -331,7 +331,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the transmission power level from the LE scan result information. + /// Gets the transmission power level from the LE scan result. /// /// Gets the transmission power level in dB. /// @@ -350,7 +350,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the transmission power level from the LE scan result information. + /// Gets the transmission power level from the LE scan result. /// /// Gets the transmission power level in dB. /// The Bluetooth must be enabled. @@ -366,7 +366,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the service solicitation UUID list from the scan result information. + /// Gets the service solicitation UUID list from the scan result. /// /// Gets the list of the service solicitation UUIDs. /// @@ -385,12 +385,12 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the service solicitation UUID list from the scan result information. + /// Gets the service solicitation UUID list from the scan result. /// /// Gets the list of the service solicitation UUIDs. /// The Bluetooth must be enabled. /// The enumeration for BLE packet type. - /// The service solicitation uuid value + /// The service solicitation UUID value /// http://tizen.org/feature/network.bluetooth.le /// Thrown when the Bluetooth LE is not supported. /// Thrown when the Bluetooth LE is not enabled. @@ -401,7 +401,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the manufacturer data from the scan result information. + /// Gets the manufacturer data from the scan result. /// /// Gets the appearance value. /// @@ -420,7 +420,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the manufacturer data from the scan result information. + /// Gets the manufacturer data from the scan result. /// /// Gets the appearance value. /// The Bluetooth must be enabled. @@ -436,7 +436,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the manufacturer data from the scan result information. + /// Gets the manufacturer data from the scan result. /// /// Gets the manufacturer data containing the manucturer data and ID information. /// @@ -455,7 +455,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the manufacturer data from the scan result information. + /// Gets the manufacturer data from the scan result. /// /// Gets the manufacturer data containing the manucturer data and ID information. /// The Bluetooth must be enabled. @@ -471,7 +471,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the service data list from the scan result information. + /// Gets the service data list from the scan result. /// /// /// The Bluetooth must be enabled. @@ -487,7 +487,7 @@ namespace Tizen.Network.Bluetooth { } /// - /// Gets the service data list from the scan result information. + /// Gets the service data list from the scan result. /// /// The Bluetooth must be enabled. /// The packet type. -- 2.7.4