From 3f25cb0435347f472fd78bfd5623f54fffe805ac Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Wed, 9 Aug 2017 15:40:37 +0530 Subject: [PATCH] PS3: Edited files as per comments Change-Id: Iaa20ba6c6248a68b8d8c9e4becda666eb5490b43 --- .../Tizen.Network.Bluetooth/BluetoothEnumerations.cs | 6 +++--- .../Tizen.Network.Bluetooth/BluetoothLeAdapter.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.7.4