From: Wootak Date: Mon, 4 Mar 2019 02:20:24 +0000 (+0900) Subject: [Bluetooth][Non-ACR] Fix api document (#733) X-Git-Tag: submit/tizen/20190305.000718~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcc1ada2f4bee8e60d03b0e697a229654df0777b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Bluetooth][Non-ACR] Fix api document (#733) --- diff --git a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAudio.cs b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAudio.cs index 67277b3f9..09ec09e81 100644 --- a/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAudio.cs +++ b/src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAudio.cs @@ -108,7 +108,7 @@ namespace Tizen.Network.Bluetooth } /// - /// Opens a AG(Audio Gateway) SCO(Synchronous Connection Oriented link) to connected remote device asynchronously. + /// Opens a AG(Audio Gateway) SCO(Synchronous Connection Oriented link) to the connected remote device asynchronously. /// /// 6 /// http://tizen.org/feature/network.bluetooth @@ -123,7 +123,7 @@ namespace Tizen.Network.Bluetooth } /// - /// Closes a AG(Audio Gateway) SCO(Synchronous Connection Oriented link) to connected remote device asynchronously. + /// Closes a AG(Audio Gateway) SCO(Synchronous Connection Oriented link) to the connected remote device asynchronously. /// /// 6 /// http://tizen.org/feature/network.bluetooth @@ -172,7 +172,7 @@ namespace Tizen.Network.Bluetooth } /// - /// Notifies the state of AG(Audio Gateway) voice recognition to connected remote device. + /// Notifies the state of AG(Audio Gateway) voice recognition to the connected remote device. /// /// The state of voice recognition. It is true if voice recognition state is enabled. /// 6