From: Editor Lionbridge Date: Wed, 9 Aug 2017 10:10:37 +0000 (+0530) Subject: PS3: Edited files as per comments X-Git-Tag: submit/trunk/20170823.075128~118^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f25cb0435347f472fd78bfd5623f54fffe805ac;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git PS3: Edited files as per comments Change-Id: Iaa20ba6c6248a68b8d8c9e4becda666eb5490b43 --- diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothEnumerations.cs b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothEnumerations.cs index 111e1a5..1842de9 100644 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothEnumerations.cs +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothEnumerations.cs @@ -669,11 +669,11 @@ namespace Tizen.Network.Bluetooth /// Bpp = 0x00001000, /// - /// The BPP service class. + /// The BIP service class. /// Bip = 0x00002000, /// - /// The Panu service class. + /// The PANU service class. /// Panu = 0x00004000, /// @@ -752,7 +752,7 @@ namespace Tizen.Network.Bluetooth /// GenericAttribute, /// - /// The Nap Server profile. + /// The NAP Server profile. /// NapServer, /// diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs index aa019f0..a700c44 100644 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothLeAdapter.cs @@ -429,7 +429,7 @@ namespace Tizen.Network.Bluetooth { /// /// Thrown when the Bluetooth LE is not supported. /// Thrown when the Bluetooth LE is not enabled - /// or when the gatt disconnection attempt to remote device fails. + /// or when the GATT disconnection attempt to remote device fails. public void GattDisconnect() { if (BluetoothAdapter.IsBluetoothEnabled && Globals.IsInitialize)