[Bluetooth][Non-ACR] Fix api document (#733)
authorWootak <nonsan1228@gmail.com>
Mon, 4 Mar 2019 02:20:24 +0000 (11:20 +0900)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2019 02:20:24 +0000 (11:20 +0900)
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth/BluetoothAudio.cs

index 67277b3..09ec09e 100644 (file)
@@ -108,7 +108,7 @@ namespace Tizen.Network.Bluetooth
         }
 
         /// <summary>
-        /// 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.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         /// <feature>http://tizen.org/feature/network.bluetooth</feature>
@@ -123,7 +123,7 @@ namespace Tizen.Network.Bluetooth
         }
 
         /// <summary>
-        /// 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.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
         /// <feature>http://tizen.org/feature/network.bluetooth</feature>
@@ -172,7 +172,7 @@ namespace Tizen.Network.Bluetooth
         }
 
         /// <summary>
-        /// 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.
         /// </summary>
         /// <param name="enable">The state of voice recognition. It is true if voice recognition state is enabled.</param>
         /// <since_tizen> 6 </since_tizen>