Update NVIDIA and Wi-Fi Direct trademark use 71/131271/2
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 24 May 2017 08:41:45 +0000 (11:41 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Mon, 29 May 2017 06:30:21 +0000 (09:30 +0300)
The Wi-Fi Direct trademark has been changed to a registered trademark,
and use is only required in titles and the first body instance.

NVIDIA instances have been modified based on the company guidelines
(capital letters, correct trademark symbol added to product names and
removed from instances that refer to the company, not a specific
trademarked product).

Cherry-picked from tizen_3.0

PS2: One lone trademark symbol deleted

Change-Id: I3da327f1e35c850245a17e073e575b6b2d1bbd6c
(cherry picked from commit 8a1d14ce41569bfa82cb7b2f8e015a2dc832e01d)

18 files changed:
org.tizen.guides/html/index.htm
org.tizen.guides/html/native/connectivity/connectivity_cover_n.htm
org.tizen.guides/html/native/connectivity/wifi_direct_n.htm
org.tizen.guides/html/native/device/system_n.htm
org.tizen.guides/index.xml
org.tizen.studio/html/download/1_0_1_release_notes.htm
org.tizen.studio/html/download/1_0_release_notes.htm
org.tizen.studio/html/download/1_1_0_release_notes.htm
org.tizen.studio/html/download/1_1_1_release_notes.htm
org.tizen.studio/html/download/1_2_0_release_notes.htm
org.tizen.studio/html/download/prerequisites.htm
org.tizen.training/html/index.htm
org.tizen.training/html/native/details/app_filtering_n.htm
org.tizen.training/html/native/details/sec_privileges_n.htm
org.tizen.training/html/native/details/tizen_apis_n.htm
org.tizen.training/html/native/feature/app_connectivity_n.htm
org.tizen.training/html/native/feature/app_connectivity_p2p_n.htm
org.tizen.training/index.xml

index e96c0e0..cfeec8b 100644 (file)
                                <li><a href="native/connectivity/nfc_n.htm" target="content">NFC</a></li>
                                <li><a href="native/connectivity/smartcard_n.htm" target="content">Smart Card</a></li>
                                <li><a href="native/connectivity/wifi_n.htm" target="content">Wi-Fi</a></li>
-                               <li><a href="native/connectivity/wifi_direct_n.htm" target="content">Wi-Fi Direct&trade;</a></li>
+                               <li><a href="native/connectivity/wifi_direct_n.htm" target="content">Wi-Fi Direct&reg;</a></li>
                                <li><a href="native/connectivity/telephony_n.htm" target="content">Telephony Information</a></li>
                                <li><a href="native/connectivity/usb_host_n.htm" target="content">USB Host</a></li>
                                <li><a href="native/connectivity/internet_download_n.htm" target="content">Internet and Content Downloads</a>
index 656e20d..ad18a32 100644 (file)
@@ -58,9 +58,9 @@
 
 <p>You can connect to a Wireless Local Area Network (WLAN) and transfer data over the network. You can activate and deactivate a local Wi-Fi device, and to connect to a WLAN network in the infrastructure mode.</p></li>
 
-<li><a href="wifi_direct_n.htm">Wi-Fi Direct&trade;</a> <strong>in mobile applications only</strong>
+<li><a href="wifi_direct_n.htm">Wi-Fi Direct&reg;</a> <strong>in mobile applications only</strong>
 
-<p>You can find nearby Wi-Fi Direct&trade; devices and discover their details. You can also form a Wi-Fi Direct&trade; group to communicate over a peer-to-peer link without wireless access points (base stations) in the infrastructure mode.</p></li>
+<p>You can find nearby Wi-Fi Direct devices and discover their details. You can also form a Wi-Fi Direct group to communicate over a peer-to-peer link without wireless access points (base stations) in the infrastructure mode.</p></li>
 
 <li><a href="telephony_n.htm">Telephony Information</a>
 
index 17e3ad0..e0503df 100644 (file)
@@ -10,7 +10,7 @@
     <script type="text/javascript" src="../../scripts/common.js" charset="utf-8"></script>
     <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>
     <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>
-  <title>Wi-Fi Direct&trade;</title>
+  <title>Wi-Fi Direct&reg;</title>
  </head>
  <body onload="prettyPrint()" style="overflow: auto;">
 
                <p class="toc-title">Content</p>
                <ul class="toc">
                        <li><a href="#prerequisites">Prerequisites</a></li>
-                       <li><a href="#activating">Activating Wi-Fi Direct&trade;</a></li>
+                       <li><a href="#activating">Activating Wi-Fi Direct</a></li>
                        <li>Peers and groups
                        <ul class="toc">
-                       <li><a href="#getting_device_info">Getting the Wi-Fi Direct&trade; Peer Device Information</a></li>
-                       <li><a href="#connecting_device">Connecting to a Specific Wi-Fi Direct&trade; Peer Device</a></li>
-                       <li><a href="#creating_group">Managing Wi-Fi Direct&trade; Groups</a></li>
+                       <li><a href="#getting_device_info">Getting the Wi-Fi Direct Peer Device Information</a></li>
+                       <li><a href="#connecting_device">Connecting to a Specific Wi-Fi Direct Peer Device</a></li>
+                       <li><a href="#creating_group">Managing Wi-Fi Direct Groups</a></li>
                        </ul></li>
-                       <li><a href="#deactivating">Deactivating Wi-Fi Direct&trade;</a></li>
+                       <li><a href="#deactivating">Deactivating Wi-Fi Direct</a></li>
                </ul>
         <p class="toc-title">Related Info</p>
         <ul class="toc">
 </div>
 
 <div id="container"><div id="contents"><div class="content">
-<h1>Wi-Fi Direct&trade;</h1>
+<h1>Wi-Fi Direct&reg;</h1>
 
-<p>Wi-Fi Direct&trade; (synonym for Wi-Fi P2P (Peer-to-Peer)) is a technology that allows you to find nearby Wi-Fi Direct&trade; devices and form a Wi-Fi Direct&trade; group to communicate over a peer-to-peer link without wireless access points (base stations) in the infrastructure mode.</p>
+<p>Wi-Fi Direct&reg; (synonym for Wi-Fi P2P (Peer-to-Peer)) is a technology that allows you to find nearby Wi-Fi Direct devices and form a Wi-Fi Direct group to communicate over a peer-to-peer link without wireless access points (base stations) in the infrastructure mode.</p>
 
 <p>This feature is supported in mobile applications only.</p>
 
-<p>In a Wi-Fi Direct&trade; group, the group owner works as an access point in the Wi-Fi infrastructure mode and the other devices join the group as clients. A group can be created either by negotiation between 2 devices or in an autonomous mode by a single group owner device. In a negotiation-based group creation, 2 devices compete based on the group owner intent value and the higher intent device becomes a group owner, while the other device becomes a group client. In an autonomous group creation, a device becomes a group owner by itself without any group client.</p>
+<p>In a Wi-Fi Direct group, the group owner works as an access point in the Wi-Fi infrastructure mode and the other devices join the group as clients. A group can be created either by negotiation between 2 devices or in an autonomous mode by a single group owner device. In a negotiation-based group creation, 2 devices compete based on the group owner intent value and the higher intent device becomes a group owner, while the other device becomes a group client. In an autonomous group creation, a device becomes a group owner by itself without any group client.</p>
 
-<p>A Wi-Fi Direct&trade; device can join an existing group by associating itself with the group owner, as long as the allowed number of clients is not exceeded.</p>
+<p>A Wi-Fi Direct device can join an existing group by associating itself with the group owner, as long as the allowed number of clients is not exceeded.</p>
 
-<p>The main features of the Wi-Fi Direct&trade; API include:</p>
+<p>The main features of the Wi-Fi Direct API include:</p>
 <ul>
-<li>Activating Wi-Fi Direct&trade;
-<p>You can <a href="#activating">activate a local Wi-Fi Direct&trade; device</a> and <a href="#deactivating">deactivate it</a>.</p></li>
-<li>Getting the Wi-Fi Direct&trade; peer device information
-<p>You can <a href="#getting_device_info">discover Wi-Fi Direct&trade; peer devices</a> and show Wi-Fi Direct&trade; peer device information.</p></li>
-<li>Connecting to a specific Wi-Fi Direct&trade; peer device
-<p>You can <a href="#connecting_device">connect to a specific Wi-Fi Direct&trade; device</a> and disconnect from a specific Wi-Fi Direct&trade; device.</p></li>
-<li>Managing Wi-Fi Direct&trade; groups
-<p>You can <a href="#creating_group">create a Wi-Fi Direct&trade; group</a> and manage the group.</p></li>
+<li>Activating Wi-Fi Direct
+<p>You can <a href="#activating">activate a local Wi-Fi Direct device</a> and <a href="#deactivating">deactivate it</a>.</p></li>
+<li>Getting the Wi-Fi Direct peer device information
+<p>You can <a href="#getting_device_info">discover Wi-Fi Direct peer devices</a> and show Wi-Fi Direct peer device information.</p></li>
+<li>Connecting to a specific Wi-Fi Direct peer device
+<p>You can <a href="#connecting_device">connect to a specific Wi-Fi Direct device</a> and disconnect from a specific Wi-Fi Direct device.</p></li>
+<li>Managing Wi-Fi Direct groups
+<p>You can <a href="#creating_group">create a Wi-Fi Direct group</a> and manage the group.</p></li>
 </ul>
 
   <div class="note">
         <strong>Note</strong>
-        You can test the Wi-Fi Direct&trade; functionality only on target devices. The <a href="../../../../org.tizen.studio/html/common_tools/emulator.htm">emulator</a> does not support this feature currently.
+        You can test the Wi-Fi Direct functionality only on target devices. The <a href="../../../../org.tizen.studio/html/common_tools/emulator.htm">emulator</a> does not support this feature currently.
     </div>
 
 <h2 id="prerequisites">Prerequisites</h2>
 
-<p>To enable your application to use the Wi-Fi Direct&trade; functionality:</p>
+<p>To enable your application to use the Wi-Fi Direct functionality:</p>
 <ol>
 <li>
 <p>To use the <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__NETWORK__WIFI__DIRECT__MODULE.html">Wi-Fi Direct</a> API, the application has to request permission by adding the following privilege to the <code>tizen-manifest.xml</code> file:</p>
@@ -96,7 +96,7 @@ error_code = wifi_direct_initialize();
 </pre>
 </li>
 
-<li><p>To get the Wi-Fi Direct&trade; activation and deactivation events, set up the <code>wifi_direct_device_state_changed_cb()</code> callback:</p>
+<li><p>To get the Wi-Fi Direct activation and deactivation events, set up the <code>wifi_direct_device_state_changed_cb()</code> callback:</p>
 
 <pre class="prettyprint">
 void
@@ -108,7 +108,7 @@ error_code = wifi_direct_set_device_state_changed_cb(device_state_changed_cb, NU
 </pre>
 </li>
 
-<li><p>To get the Wi-Fi Direct&trade; discovery events, set up the <code>wifi_direct_discovery_state_changed_cb()</code> callback:</p>
+<li><p>To get the Wi-Fi Direct discovery events, set up the <code>wifi_direct_discovery_state_changed_cb()</code> callback:</p>
 
 <pre class="prettyprint">
 void
@@ -121,7 +121,7 @@ error_code = wifi_direct_set_discovery_state_changed_cb(discovery_state_changed_
 </pre>
 </li>
 
-<li><p>To get Wi-Fi Direct&trade; connection events, set up the <code>wifi_direct_connection_state_changed_cb()</code> callback:</p>
+<li><p>To get Wi-Fi Direct connection events, set up the <code>wifi_direct_connection_state_changed_cb()</code> callback:</p>
 
 <pre class="prettyprint">
 void
@@ -134,13 +134,13 @@ error_code = wifi_direct_set_connection_state_changed_cb(connection_state_change
 </pre>
 </li></ol>
 
- <h2 id="activating" name="activating">Activating Wi-Fi Direct&trade;</h2>
+ <h2 id="activating" name="activating">Activating Wi-Fi Direct</h2>
 
-<p>To activate a Wi-Fi Direct&trade; local device and to check the Wi-Fi Direct&trade; local device state:</p>
+<p>To activate a Wi-Fi Direct local device and to check the Wi-Fi Direct local device state:</p>
 
 
-<ol><li>Activate a Wi-Fi Direct&trade; local device
-<p>Define the <code>device_state_changed_cb()</code> callback function, which is invoked whenever a Wi-Fi Direct&trade; local device activates or deactivates. In the following example, an information message is printed in the console.</p>
+<ol><li>Activate a Wi-Fi Direct local device
+<p>Define the <code>device_state_changed_cb()</code> callback function, which is invoked whenever a Wi-Fi Direct local device activates or deactivates. In the following example, an information message is printed in the console.</p>
 
 <pre class="prettyprint">
 static void
@@ -149,34 +149,34 @@ device_state_changed_cb(wifi_direct_error_e error_code,
                         void *user_data)
 {
     if (device_state == WIFI_DIRECT_DEVICE_STATE_ACTIVATED) {
-        printf("Activate Wi-Fi Direct&trade; device!\n");
+        printf("Activate Wi-Fi Direct device!\n");
         /* Handle the event */
     } else if (device_state == WIFI_DIRECT_DEVICE_STATE_DEACTIVATED) {
-        printf("Deactivate Wi-Fi Direct&trade; device!\n");
+        printf("Deactivate Wi-Fi Direct device!\n");
         /* Handle the event */
     }
 }
 </pre></li>
 
-<li><p>Switch on the Wi-Fi Direct&trade; local device with the <code>wifi_direct_activate()</code> function.</p>
+<li><p>Switch on the Wi-Fi Direct local device with the <code>wifi_direct_activate()</code> function.</p>
 <p>After the <code>wifi_direct_activate()</code> function is completed, the <code>wifi_direct_device_state_changed_cb()</code> callback is invoked.</p>
 
 <pre class="prettyprint">
 error_code = wifi_activate(NULL);
 </pre></li>
 
-<li>Check the Wi-Fi Direct&trade; state.
-<p>You can check the Wi-Fi Direct&trade; local device state using the <code>wifi_direct_get_state()</code> function:</p>
+<li>Check the Wi-Fi Direct state.
+<p>You can check the Wi-Fi Direct local device state using the <code>wifi_direct_get_state()</code> function:</p>
 
 <pre class="prettyprint">
 wifi_direct_state_e state = WIFI_DIRECT_STATE_DEACTIVATED;
 wifi_direct_get_state(&amp;state);
-printf("Wi-Fi Direct&trade; state: %d.\n", state);
+printf("Wi-Fi Direct state: %d.\n", state);
 </pre></li></ol>
 
- <h2 id="getting_device_info" name="getting_device_info">Getting the Wi-Fi Direct&trade; Peer Device Information</h2>
+ <h2 id="getting_device_info" name="getting_device_info">Getting the Wi-Fi Direct Peer Device Information</h2>
 
-<p>To discover nearby Wi-Fi Direct&trade; peer devices, and after discovering, to print the results of the discovery, such as Wi-Fi Direct&trade; peer device information:</p>
+<p>To discover nearby Wi-Fi Direct peer devices, and after discovering, to print the results of the discovery, such as Wi-Fi Direct peer device information:</p>
 
 <ol><li>Define a callback function for the discovery, to be called when the discovery state is changed:
 
@@ -212,7 +212,7 @@ discovery_state_changed_cb(wifi_direct_error_e error_code,
 </pre></li>
 
 <li>Start the discovery by scanning for nearby devices.
-<p>When the Wi-Fi Direct&trade; discovery state changes, the <code>wifi_direct_discovery_state_changed_cb()</code> function is called.</p>
+<p>When the Wi-Fi Direct discovery state changes, the <code>wifi_direct_discovery_state_changed_cb()</code> function is called.</p>
 
 <pre class="prettyprint">
 wifi_direct_start_discovery(false, 0);
@@ -220,7 +220,7 @@ wifi_direct_start_discovery(false, 0);
 
 <li>Show the search results.
 
-<p>Show the discovery result using the <code>wifi_direct_discovered_peer_cb()</code> callback, which is invoked by the <code>wifi_direct_foreach_discovered_peers()</code> function. In the following example, the Wi-Fi Direct&trade; peer device information is printed.</p>
+<p>Show the discovery result using the <code>wifi_direct_discovered_peer_cb()</code> callback, which is invoked by the <code>wifi_direct_foreach_discovered_peers()</code> function. In the following example, the Wi-Fi Direct peer device information is printed.</p>
 
 <pre class="prettyprint">
 bool
@@ -242,13 +242,13 @@ int rv = wifi_direct_foreach_discovered_peers(discovered_peer_cb, NULL);
 
 <p>You can also get other information, including the connection state, device type, Wi-Fi display information, and WPS type.</p></li></ol>
 
- <h2 id="connecting_device" name="connecting_device">Connecting to a Specific Wi-Fi Direct&trade; Peer Device</h2>
+ <h2 id="connecting_device" name="connecting_device">Connecting to a Specific Wi-Fi Direct Peer Device</h2>
 
 <p>To connect to a specific device:</p>
 
 <ol><li>Define the callback function for the connection state.
 
-<p>The connection event received from the Wi-Fi Direct&trade; framework invokes a callback. The following example defines a <code>connection_state_changed_cb()</code> callback to handle all Wi-Fi Direct&trade; connection events.</p>
+<p>The connection event received from the Wi-Fi Direct framework invokes a callback. The following example defines a <code>connection_state_changed_cb()</code> callback to handle all Wi-Fi Direct connection events.</p>
 
 <pre class="prettyprint">
 static void
@@ -308,9 +308,9 @@ connection_state_changed_cb(wifi_direct_error_e error_code,
 }
 </pre></li>
 
-<li>Connect with a Wi-Fi Direct&trade; peer device.
+<li>Connect with a Wi-Fi Direct peer device.
 
-<p>Check whether Wi-Fi Direct&trade; is activated using the <code>wifi_direct_get_state()</code> function, and then get the specific device address.</p>
+<p>Check whether Wi-Fi Direct is activated using the <code>wifi_direct_get_state()</code> function, and then get the specific device address.</p>
 <p>You can obtain the address directly from the user (as in the following example), or by calling the <code>wifi_direct_foreach_discovered_peers()</code> function to the address through the device discovery process.</p>
 
 <pre class="prettyprint">
@@ -348,7 +348,7 @@ if (error_code != WIFI_DIRECT_ERROR_NONE) {
 printf("Connection step finished\n");
 </pre></li>
 
-<li>When the connection is no longer needed, disconnect from the Wi-Fi Direct&trade; device:
+<li>When the connection is no longer needed, disconnect from the Wi-Fi Direct device:
 
 <pre class="prettyprint">
 char * mac_address = NULL;
@@ -385,11 +385,11 @@ if (error_code != WIFI_DIRECT_ERROR_NONE) {
 printf("Disconnection step finished\n");
 </pre></li></ol>
 
- <h2 id="creating_group" name="creating_group">Managing Wi-Fi Direct&trade; Groups</h2>
+ <h2 id="creating_group" name="creating_group">Managing Wi-Fi Direct Groups</h2>
 
-<p>To create an autonomous Wi-Fi Direct&trade; group and to make your device the autonomous group owner:</p>
+<p>To create an autonomous Wi-Fi Direct group and to make your device the autonomous group owner:</p>
 
-<ol><li>Create a Wi-Fi Direct&trade; group and become a group owner:
+<ol><li>Create a Wi-Fi Direct group and become a group owner:
 
 <pre class="prettyprint">
 wifi_direct_state_e state;
@@ -409,7 +409,7 @@ if (error_code != WIFI_DIRECT_ERROR_NONE) {
 printf("Connection step finished\n");
 </pre></li>
 
-<li>When Wi-Fi Direct &trade; connections or group is no longer needed, destroy all connections and the group:
+<li>When Wi-Fi Direct connections or group is no longer needed, destroy all connections and the group:
 
 <pre class="prettyprint">
 wifi_direct_state_e state;
@@ -429,9 +429,9 @@ if (error_code != WIFI_DIRECT_ERROR_NONE) {
 printf("Disconnection step finished\n");
 </pre></li></ol>
 
- <h2 id="deactivating" name="deactivating">Deactivating Wi-Fi Direct&trade;</h2>
+ <h2 id="deactivating" name="deactivating">Deactivating Wi-Fi Direct</h2>
 
-<p>To deactivate Wi-Fi Direct&trade; when it is no longer needed (or the application is exiting):</p>
+<p>To deactivate Wi-Fi Direct when it is no longer needed (or the application is exiting):</p>
 <ol>
 <li>
 <p>Power off the local device using the <code>wifi_direct_deactivate()</code> function:</p>
@@ -454,7 +454,7 @@ wifi_direct_unset_connection_state_changed_cb(NULL);
 </li>
 
 <li>
-<p>Release Wi-Fi Direct&trade;:</p>
+<p>Release Wi-Fi Direct:</p>
 <pre class="prettyprint">
 wifi_direct_deinitialize();
 </pre>
@@ -483,4 +483,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index d392063..239f21d 100644 (file)
@@ -849,15 +849,15 @@ the Tizen reference implementation.</td>
        <tr>
        <td><code>http://tizen.org/feature/network.wifi.direct</code></td>
      <td><code>bool</code></td>
-        <td>The platform returns <code>true</code> for this key and the <code>http://tizen.org/feature/network.wifi</code> key, if the device supports Wi-Fi Direct&trade;.</td>
+        <td>The platform returns <code>true</code> for this key and the <code>http://tizen.org/feature/network.wifi</code> key, if the device supports Wi-Fi Direct&reg;.</td>
     </tr><tr>
        <td><code>http://tizen.org/feature/network.wifi.direct.display</code></td>
      <td><code>bool</code></td>
-        <td>The platform returns <code>true</code> for this key and the <code>http://tizen.org/feature/network.wifi</code> key, if the device supports Wi-Fi Direct&trade; display feature.</td>
+        <td>The platform returns <code>true</code> for this key and the <code>http://tizen.org/feature/network.wifi</code> key, if the device supports Wi-Fi Direct display feature.</td>
     </tr><tr>
        <td><code>http://tizen.org/feature/network.wifi.direct.service_discovery</code></td>
      <td><code>bool</code></td>
-        <td>The platform returns <code>true</code> for this key and the <code>http://tizen.org/feature/network.wifi</code> key, if the device supports Wi-Fi Direct&trade; service discovery.</td>
+        <td>The platform returns <code>true</code> for this key and the <code>http://tizen.org/feature/network.wifi</code> key, if the device supports Wi-Fi Direct service discovery.</td>
     </tr><tr>
        <td><code>http://tizen.org/feature/network.wifi.tdls</code></td>
      <td><code>bool</code></td>
index 740e132..baee6a3 100644 (file)
                <topic href="html/native/connectivity/nfc_n.htm" label="NFC"></topic>
                <topic href="html/native/connectivity/smartcard_n.htm" label="Smart Card"></topic>
                <topic href="html/native/connectivity/wifi_n.htm" label="Wi-Fi"></topic>
-               <topic href="html/native/connectivity/wifi_direct_n.htm" label="Wi-Fi Direct&#8482;"></topic>
+               <topic href="html/native/connectivity/wifi_direct_n.htm" label="Wi-Fi Direct&#174;"></topic>
                <topic href="html/native/connectivity/telephony_n.htm" label="Telephony Information"></topic>
                <topic href="html/native/connectivity/usb_host_n.htm" label="USB Host"></topic>
                <topic href="html/native/connectivity/internet_download_n.htm" label="Internet and Content Downloads">
index 0109ae5..cb6a09b 100644 (file)
        <li>Ubuntu sometimes stops responding for a few seconds after closing the Emulator Manager. This issue is related to an IBus (Intelligent Input Bus) bug. When the issue occurs, restart the ibus-daemon by entering the <code>ibus-daemon â€“drx</code> command at the command prompt, and use another framework, such as uim and fcitx, for multilingual input.</li>
        <li>To use the Tizen emulator, install an Intel VTx supported by the CPU, and the latest version of the graphic card driver provided by the vendor. Check the prerequisites for the Tizen emulator from <a href="https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites" target="_blank">Prerequisites for the Tizen Studio</a>.
                <ul>
-               <li>If the host machine is using Nvidia Optimus&trade; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your Nvidia&reg; graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the Nvidia&reg; control panel.</li>
+               <li>If the host machine is using NVIDIA&reg; Optimus&reg; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your NVIDIA graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the NVIDIA control panel.</li>
                <li>On Ubuntu, if the graphics driver is out-of-date, your Ubuntu desktop session can be occasionally logged out when launching the Emulator Manager, or the emulator skin can be drawn improperly. Check the prerequisites and upgrade to the latest graphics driver.</li>
                </ul>
        </li>
                <li>Increase the user area of the virtual memory in the system to 3 GB by entering the <code>bcdedit /set increaseuserva 3072</code> command on the console with administrator rights (Windows&reg; 7 only), and reboot.</li>
                </ul>
        </li>
-       <li>If you use a MacBook Pro which has both Intel HD and Nvidia GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
+       <li>If you use a MacBook Pro which has both Intel HD and NVIDIA&reg; GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
        </ul>
 </li>
 <li>CLI and SDB
@@ -216,4 +216,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 
 </body>
 
-</html>
\ No newline at end of file
+</html>
index a867ec8..b48d129 100644 (file)
        <li>Ubuntu sometimes stops responding for a few seconds after closing the Emulator Manager. This issue is related to an IBus (Intelligent Input Bus) bug. When the issue occurs, restart the ibus-daemon by entering the <code>ibus-daemon â€“drx</code> command at the command prompt, and use another framework, such as uim and fcitx, for multilingual input.</li>
        <li>To use the Tizen emulator, install an Intel VTx supported by the CPU, and the latest version of the graphic card driver provided by the vendor. Check the prerequisites for the Tizen emulator from <a href="https://developer.tizen.org/development/tools/download/installing-sdk/prerequisites" target="_blank">Prerequisites for the Tizen SDK</a>.
                <ul>
-               <li>If the host machine is using Nvidia Optimus&trade; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your Nvidia&reg; graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the Nvidia&reg; control panel.</li>
+               <li>If the host machine is using NVIDIA&reg; Optimus&reg; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your NVIDIA graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the NVIDIA control panel.</li>
                <li>On Ubuntu, if the graphics driver is out-of-date, your Ubuntu desktop session can be occasionally logged out when launching the Emulator Manager, or the emulator skin can be drawn improperly. Check the prerequisites and upgrade to the latest graphics driver.</li>
                </ul>
        </li>
                <li>Increase the user area of the virtual memory in the system to 3 GB by entering the <code>bcdedit /set increaseuserva 3072</code> command on the console with administrator rights (Windows&reg; 7 only), and reboot.</li>
                </ul>
        </li>
-       <li>If you use a MacBook Pro which has both Intel HD and Nvidia GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
+       <li>If you use a MacBook Pro which has both Intel HD and NVIDIA&reg; GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
        </ul>
 </li>
 <li>SDB
@@ -313,4 +313,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 
 </body>
 
-</html>
\ No newline at end of file
+</html>
index 188f9ed..ff56907 100644 (file)
        <li>Ubuntu sometimes stops responding for a few seconds after closing the Emulator Manager. This issue is related to an IBus (Intelligent Input Bus) bug. When the issue occurs, restart the ibus-daemon by entering the <code>ibus-daemon -drx</code> command at the command prompt, and use another framework, such as uim and fcitx, for multilingual input.</li>
        <li>To use the Tizen emulator, install an Intel VTx supported by the CPU, and the latest version of the graphic card driver provided by the vendor. Check the prerequisites for the Tizen emulator from <a href="https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites#emulator" target="_blank">Prerequisites for the Tizen Studio</a>.
                <ul>
-               <li>If the host machine is using Nvidia Optimus&trade; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your Nvidia&reg; graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the Nvidia&reg; control panel.</li>
+               <li>If the host machine is using NVIDIA&reg; Optimus&reg; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your NVIDIA graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the NVIDIA control panel.</li>
                <li>On Ubuntu, if the graphics driver is out-of-date, your Ubuntu desktop session can be occasionally logged out when launching the Emulator Manager, or the emulator skin can be drawn improperly. Check the prerequisites and upgrade to the latest graphics driver.</li>
                </ul>
        </li>
                <li>Increase the user area of the virtual memory in the system to 3 GB by entering the <code>bcdedit /set increaseuserva 3072</code> command on the console with administrator rights (Windows&reg; 7 only), and reboot.</li>
                </ul>
        </li>
-       <li>If you use a MacBook Pro which has both Intel HD and Nvidia GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
+       <li>If you use a MacBook Pro which has both Intel HD and NVIDIA&reg; GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
        </ul>
 </li>
 
index b94feed..951f582 100644 (file)
@@ -98,7 +98,7 @@
        <li>Ubuntu sometimes stops responding for a few seconds after closing the Emulator Manager. This issue is related to an IBus (Intelligent Input Bus) bug. When the issue occurs, restart the ibus-daemon by entering the <code>ibus-daemon -drx</code> command at the command prompt, and use another framework, such as uim and fcitx, for multilingual input.</li>
        <li>To use the Tizen emulator, install an Intel VTx supported by the CPU, and the latest version of the graphic card driver provided by the vendor. Check the prerequisites for the Tizen emulator from <a href="https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites#emulator" target="_blank">Prerequisites for the Tizen Studio</a>.
                <ul>
-               <li>If the host machine is using Nvidia Optimus&trade; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your Nvidia&reg; graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the Nvidia&reg; control panel.</li>
+               <li>If the host machine is using NVIDIA&reg; Optimus&reg; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your NVIDIA graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the NVIDIA control panel.</li>
                <li>On Ubuntu, if the graphics driver is out-of-date, your Ubuntu desktop session can be occasionally logged out when launching the Emulator Manager, or the emulator skin can be drawn improperly. Check the prerequisites and upgrade to the latest graphics driver.</li>
                </ul>
        </li>
                <li>Increase the user area of the virtual memory in the system to 3 GB by entering the <code>bcdedit /set increaseuserva 3072</code> command on the console with administrator rights (Windows&reg; 7 only), and reboot.</li>
                </ul>
        </li>
-       <li>If you use a MacBook Pro which has both Intel HD and Nvidia GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
+       <li>If you use a MacBook Pro which has both Intel HD and NVIDIA&reg; GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
        </ul>
 </li>
 
@@ -164,4 +164,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 
 </body>
 
-</html>
\ No newline at end of file
+</html>
index 26263eb..4b329ea 100644 (file)
                <ul>
                <li>To use the Tizen emulator, install an Intel VTx supported by the CPU, and the latest version of the graphic card driver provided by the vendor. Check the prerequisites for the Tizen emulator from <a href="https://developer.tizen.org/development/tizen-studio/download/installing-tizen-studio/prerequisites#emulator" target="_blank">Prerequisites for the Tizen Studio</a>.
                        <ul>
-               <li>If the host machine is using Nvidia Optimus&trade; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your Nvidia&reg; graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the Nvidia&reg; control panel.</li>
+               <li>If the host machine is using NVIDIA&reg; Optimus&reg; technology on either Ubuntu or Windows&reg;, you must set the Tizen emulator to run with your NVIDIA graphics card. In case of Ubuntu, check the bumblebee project (<a href="https://wiki.ubuntu.com/Bumblebee" target="_blank">https://wiki.ubuntu.com/Bumblebee</a>). In case of Windows&reg;, select "High Speed NVIDIA Processor" as "Preferred Graphics processor" in the NVIDIA control panel.</li>
                        <li>On Ubuntu, if the graphics driver is out-of-date, your Ubuntu desktop session can be occasionally logged out when launching the Emulator Manager, or the emulator skin can be drawn improperly. Check the prerequisites and upgrade to the latest graphics driver.</li>
                        </ul></li>
                <li>On Ubuntu 14.04, a shortcut menu can sometimes appear transparent.</li>
                        <li>If the RAM size is set to 768 or 1024 MB for the VM in the Emulator Manager, change it to 512 MB.</li>
                <li>Increase the user area of the virtual memory in the system to 3 GB by entering the <code>bcdedit /set increaseuserva 3072</code> command on the console with administrator rights (Windows&reg; 7 only), and reboot.</li>
                        </ul></li>
-       <li>If you use a MacBook Pro which has both Intel HD and Nvidia GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
+       <li>If you use a MacBook Pro which has both Intel HD and NVIDIA&reg; GPUs, when you execute the emulator with the <strong>OpenGL ES ver. v1.1 &amp; v2.0</strong> option, the emulator can be unexpectedly terminated. Use the <strong>OpenGL ES ver. v2.0 &amp; v3.0</strong> option.</li>
                <li>When you launch the Emulator Manager in the Tizen IDE, the Emulator Manager shortcut image is not exposed properly.</li>
                <li>Basic Web applications do not install on SD cards.</li>
                </ul></li>
@@ -200,4 +200,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 
 </body>
 
-</html>
\ No newline at end of file
+</html>
index 3b74ec2..ff60e66 100644 (file)
                         </tr>
                         <tr>
                             <td>NVIDIA</td>
-                            <td>GeForce 8300 GS, GeForce 8500 GT, GeForce GT 220, GeForce GT 430, GeForce GT 530, GeForce GT 330M, GeForce GTX 550Ti, Quadro NVS 290</td>
+                            <td>NVIDIA&reg; GeForce&reg; 8300 GS, GeForce&reg; 8500 GT, GeForce&reg; GT 220, GeForce&reg; GT 430, GeForce&reg; GT 530, GeForce&reg; GT 330M, GeForce&reg; GTX 550Ti, NVIDIA&reg; Quadro&reg; NVS 290</td>
                         </tr>
                         <tr>
                             <td>ATI</td>
 <div class="note">
     <strong>Note</strong>
 <ul>
-       <li>If the host machine is using the Nvidia Optimus&trade; technology, the emulator works with the on-board graphics card. To prevent this, either disable the Nvidia Optimus&trade; technology, or set the emulator to run with the external Nvidia graphics card.</li>
+       <li>If the host machine is using the NVIDIA&reg; Optimus&reg; technology, the emulator works with the on-board graphics card. To prevent this, either disable the Optimus&reg; technology, or set the emulator to run with the external NVIDIA graphics card.</li>
        <li>Integrated graphic cards inside Intel's Q33/Q35/Q43/Q45 motherboards are not supported.</li>
        <li>First generation Intel HD Graphics is not supported.</li>
 </ul>
@@ -289,4 +289,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index 67e135c..de0bed5 100644 (file)
@@ -81,7 +81,7 @@
                        <ul>
                                <li><a href="native/feature/app_connectivity_operation_n.htm" target="content">Network Operations</a></li>
                                <li><a href="native/feature/app_connectivity_usage_n.htm" target="content">Network Usage</a></li>
-                               <li><a href="native/feature/app_connectivity_p2p_n.htm" target="content">P2P Connections with Wi-Fi Direct&trade;</a></li>
+                               <li><a href="native/feature/app_connectivity_p2p_n.htm" target="content">P2P Connections with Wi-Fi Direct&reg;</a></li>
                        </ul>
                </li>
                <li><a href="native/feature/app_contacts_n.htm" target="content">Creating Applications with Contacts</a>
index cebbcca..137a30d 100644 (file)
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/network.wifi.direct</code></td>
-     <td>Specify this key, if the application requires the Wi-Fi Direct&trade; feature.</td>
+     <td>Specify this key, if the application requires the Wi-Fi Direct&reg; feature.</td>
         <td>2.2.1</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/network.wifi.direct.display</code></td>
-     <td>Specify this key, if the application requires the Wi-Fi Direct&trade; display feature.</td>
+     <td>Specify this key, if the application requires the Wi-Fi Direct display feature.</td>
         <td>2.3</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/network.wifi.direct.service_discovery</code></td>
-     <td>Specify this key, if the application requires the Wi-Fi Direct&trade; service discovery feature.</td>
+     <td>Specify this key, if the application requires the Wi-Fi Direct service discovery feature.</td>
         <td>2.3</td>
     </tr>
 <tr>
index bda07ee..8976ee1 100644 (file)
@@ -723,7 +723,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <td>public</td>
 <td></td>
 <td>2.3</td>
-<td>The application can enable and disable Wi-Fi Direct&trade;, manage Wi-Fi Direct&trade; connections, and change Wi-Fi Direct&trade; settings.</td>
+<td>The application can enable and disable Wi-Fi Direct&reg;, manage Wi-Fi Direct connections, and change Wi-Fi Direct settings.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/window.priority.set</code></td>
index b5bb8c9..12ecd66 100644 (file)
         </tr>
                <tr>
          <td><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__NETWORK__WIFI__DIRECT__MODULE.html">Wi-Fi Direct</a></td>
-         <td>Manages the settings of Wi-Fi Direct&trade;. This submodule API also provides functions to connect and disconnect remote devices that use Wi-Fi Direct&trade;.</td>
+         <td>Manages the settings of Wi-Fi Direct&reg;. This submodule API also provides functions to connect and disconnect remote devices that use Wi-Fi Direct.</td>
         </tr>
         <tr>
          <td rowspan="3"><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__SECURITY__FRAMEWORK.html">Security</a></td>
index ea0c519..f3aa4ea 100644 (file)
@@ -52,9 +52,9 @@
 <li>You can retrieve statistical information about the network usage, such as the amount of sent or received data.</li>
 </ul>
 </li>
-<li><a href="app_connectivity_p2p_n.htm">P2P connections with Wi-Fi Direct&trade;</a>
+<li><a href="app_connectivity_p2p_n.htm">P2P connections with Wi-Fi Direct&reg;</a>
 <ul>
-<li>You can find nearby Wi-Fi Direct&trade; devices and form a Wi-Fi Direct&trade; group to communicate with them.</li>
+<li>You can find nearby Wi-Fi Direct devices and form a Wi-Fi Direct group to communicate with them.</li>
 <li>Tizen also supports TDLS, which operates in the background of a Wi-Fi network to optimize performance.</li>
 </ul>
 </li>
index 9e99542..6b93cfd 100644 (file)
@@ -11,7 +11,7 @@
        <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>
        <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>
 
-       <title>P2P Connections with Wi-Fi Direct&trade;</title>
+       <title>P2P Connections with Wi-Fi Direct&reg;</title>
 </head>
 
 <body onload="prettyPrint()" style="overflow: auto;">
@@ -24,9 +24,9 @@
                <p class="toc-title">Content</p>
                <ul class="toc">
                        <li><a href="#privilege">Required Privileges and Features</a></li>
-                       <li><a href="#setting">Wi-Fi Direct&trade; Settings</a></li>
-                       <li><a href="#implement">Implementing Wi-Fi Direct&trade;</a></li>
-                       <li><a href="#TDLS">Difference Between Wi-Fi Direct&trade; and TDLS</a></li>
+                       <li><a href="#setting">Wi-Fi Direct Settings</a></li>
+                       <li><a href="#implement">Implementing Wi-Fi Direct</a></li>
+                       <li><a href="#TDLS">Difference Between Wi-Fi Direct and TDLS</a></li>
                </ul>
         <p class="toc-title">Related Info</p>
         <ul class="toc">
        </div></div>
 </div>
 <div id="container"><div id="contents"><div class="content">
-<h1>P2P Connections with Wi-Fi Direct&trade;</h1>
+<h1>P2P Connections with Wi-Fi Direct&reg;</h1>
 
-<p>Wi-Fi Direct&trade; (synonym for Wi-Fi P2P (Peer-to-Peer)) is a technology that allows you to find nearby Wi-Fi Direct&trade; devices and form a Wi-Fi Direct&trade; group to communicate over a peer-to-peer link without wireless access points (base stations) in the infrastructure mode.</p>
+<p>Wi-Fi Direct&reg; (synonym for Wi-Fi P2P (Peer-to-Peer)) is a technology that allows you to find nearby Wi-Fi Direct devices and form a Wi-Fi Direct group to communicate over a peer-to-peer link without wireless access points (base stations) in the infrastructure mode.</p>
 
 <p>This feature is supported in mobile applications only.</p>
 
-<p>In a Wi-Fi Direct&trade; group, the group owner works as an access point (AP) in the Wi-Fi infrastructure mode and the other devices join the group as clients. A group can be created by:</p>
+<p>In a Wi-Fi Direct group, the group owner works as an access point (AP) in the Wi-Fi infrastructure mode and the other devices join the group as clients. A group can be created by:</p>
 <ul>
 <li>Negotiation between 2 devices
 <p>In a negotiation-based group creation, 2 devices compete based on the group owner intent value and the higher intent device becomes a group owner, while the other device becomes a group client.</p>
 <p>In an autonomous group creation, a device becomes a group owner by itself without any group client.</p>
 </li></ul>
 
-<p>The following sections demonstrate how to find and connect to nearby devices using Wi-Fi Direct&trade;.</p>
+<p>The following sections demonstrate how to find and connect to nearby devices using Wi-Fi Direct.</p>
 
 <h2 id="privilege">Required Privileges and Features</h2>
 
-<p>Applications that use Wi-Fi Direct&trade; must declare the required privileges in the <code>tizen-manifest.xml</code> file. For more information on the Tizen privileges, see <a href="../details/sec_privileges_n.htm">Security and API Privileges</a>.</p>
+<p>Applications that use Wi-Fi Direct must declare the required privileges in the <code>tizen-manifest.xml</code> file. For more information on the Tizen privileges, see <a href="../details/sec_privileges_n.htm">Security and API Privileges</a>.</p>
 
-<p>To perform the Wi-Fi Direct&trade; operations, the application manifest must include the following privileges:</p>
+<p>To perform the Wi-Fi Direct operations, the application manifest must include the following privileges:</p>
 
 <pre class="prettyprint">
 &lt;privileges&gt;
 
       <div class="note">
         <strong>Note</strong>
-        Wi-Fi Direct&trade; does not require an Internet connection, but it needs the <code>http://tizen.org/privilege/internet</code> privilege because it uses standard sockets.
+        Wi-Fi Direct does not require an Internet connection, but it needs the <code>http://tizen.org/privilege/internet</code> privilege because it uses standard sockets.
     </div>
 
-<p>To perform the Wi-Fi Direct&trade; operations, the device must support the following <a href="../details/app_filtering_n.htm">features</a>:</p>
+<p>To perform the Wi-Fi Direct operations, the device must support the following <a href="../details/app_filtering_n.htm">features</a>:</p>
 <ul>
 <li><code>http://tizen.org/feature/network.wifi</code></li>
 <li><code>http://tizen.org/feature/network.wifi.direct</code></li>
 <li><code>http://tizen.org/feature/network.wifi.direct.service_discovery</code></li>
 </ul>
 
-<h2 id="setting">Wi-Fi Direct&trade; Settings</h2>
+<h2 id="setting">Wi-Fi Direct Settings</h2>
 
-<p>To use Wi-Fi P2P, you must confirm that 2 devices are connected through Wi-Fi Direct&trade;. To see the settings of Wi-Fi Direct&trade;, go to <strong>Settings &gt; Wi-Fi &gt; Wi-Fi Direct</strong> in the device. To listen to the Wi-Fi Direct&trade; states, set a callback function.</p>
+<p>To use Wi-Fi P2P, you must confirm that 2 devices are connected through Wi-Fi Direct. To see the Wi-Fi Direct settings, go to <strong>Settings &gt; Wi-Fi &gt; Wi-Fi Direct</strong> on the device. To listen for the Wi-Fi Direct states, set a callback function.</p>
 
-<h2 id="implement">Implementing Wi-Fi Direct&trade;</h2>
+<h2 id="implement">Implementing Wi-Fi Direct</h2>
 
-<p>To use Wi-Fi P2P, you must activate Wi-Fi Direct&trade; and start the service. If you want to listen to Wi-Fi Direct&trade; states, you must also set a callback function.</p>
+<p>To use Wi-Fi P2P, you must activate Wi-Fi Direct and start the service. If you want to listen to Wi-Fi Direct states, you must also set a callback function.</p>
 
-<p>To implement a Wi-Fi Direct&trade; connection:</p>
+<p>To implement a Wi-Fi Direct connection:</p>
 
 <ol>
-<li>Initialize Wi-Fi Direct&trade; to use all Wi-Fi Direct&trade; functions:
+<li>Initialize Wi-Fi Direct to use all Wi-Fi Direct functions:
 
 <pre class="prettyprint">
 #include &lt;wifi_direct.h&gt;
@@ -100,28 +100,31 @@ int error_code;
 error_code = wifi_direct_initialize();
 </pre>
 
-<p>To monitor the state of several events, the application can set state changed callbacks using the <code>wifi_direct_set_device_state_changed_cb()</code>, <code>discovery_state_changed_cb()</code>, and <code>wifi_direct_set_connection_state_changed_cb()</code> functions after initializing Wi-Fi Direct&trade;.</p>
+<p>To monitor the state of several events, the application can set state changed callbacks using the <code>wifi_direct_set_device_state_changed_cb()</code>, <code>discovery_state_changed_cb()</code>, and <code>wifi_direct_set_connection_state_changed_cb()</code> functions after initializing Wi-Fi Direct.</p>
 </li>
 
-<li>Activate Wi-Fi Direct&trade;.
+<li>Activate Wi-Fi Direct.
 
-<p>Define the <code>device_state_changed_cb()</code> callback function, which is invoked whenever a Wi-Fi Direct&trade; local device activates or deactivates:</p>
+<p>Define the <code>device_state_changed_cb()</code> callback function, which is invoked whenever a Wi-Fi Direct local device activates or deactivates:</p>
 
 <pre class="prettyprint">
-/* Get the Wi-Fi Direct&trade; activation and deactivation events in device_state_changed_cb() callback */
+/*
+   Get the Wi-Fi Direct activation and deactivation events
+   in device_state_changed_cb() callback
+*/
 static void
 device_state_changed_cb(wifi_direct_error_e error_code,
                         wifi_direct_discovery_state_e discovery_state, void *user_data)
 {
     if (device_state == WIFI_DIRECT_DEVICE_STATE_ACTIVATED)
-        printf("Activate Wi-Fi Direct&trade; device!\n");
+        printf("Activate Wi-Fi Direct device!\n");
     else if (device_state == WIFI_DIRECT_DEVICE_STATE_DEACTIVATED)
-        printf("Deactivate Wi-Fi Direct&trade; device!\n");
+        printf("Deactivate Wi-Fi Direct device!\n");
 }
 
 error_code = wifi_direct_set_device_state_changed_cb(device_state_changed_cb, NULL);
 
-/* Activate Wi-Fi Direct&trade; */
+/* Activate Wi-Fi Direct */
 error_code = wifi_direct_activate();
 if (error_code != WIFI_DIRECT_ERROR_NONE) {
     dlog_print(DLOG_ERROR, LOG_TAG, "[wifi_direct_activate] Failed.");
@@ -143,11 +146,11 @@ discovery_state_changed_cb(wifi_direct_error_e error_code,
 
 error_code = wifi_direct_set_discovery_state_changed_cb(discovery_state_changed_cb, NULL);
 
-/* Discover nearby Wi-Fi Direct&trade; peer devices */
+/* Discover nearby Wi-Fi Direct peer devices */
 wifi_direct_start_discovery(false, 0);
 </pre>
 
-<p>When the Wi-Fi Direct&trade; discovery state changes, the <code>discovery_state_changed_cb()</code> function is called.</p>
+<p>When the Wi-Fi Direct discovery state changes, the <code>discovery_state_changed_cb()</code> function is called.</p>
 </li>
 
 <li>Fetch the list of peers.
@@ -189,7 +192,7 @@ fetch_wifi_direct()
 }
 </pre>
 </li>
-<li>Connect a specific Wi-Fi Direct&trade; peer device:
+<li>Connect a specific Wi-Fi Direct peer device:
 
 <pre class="prettyprint">
 static void
@@ -251,7 +254,7 @@ connection_state_changed_cb(wifi_direct_error_e error_code,
 error_code = wifi_direct_set_connection_state_changed_cb(connection_state_changed_cb, NULL);
 </pre>
 </li>
-<li>When the connection is no longer needed, disconnect the Wi-Fi Direct&trade; device:
+<li>When the connection is no longer needed, disconnect the Wi-Fi Direct device:
 
 <pre class="prettyprint">
 error_code = wifi_direct_disconnect(mac_address);
@@ -262,11 +265,11 @@ if (error_code != WIFI_DIRECT_ERROR_NONE) {
 }
 </pre>
 </li>
-<li>To deactivate Wi-Fi Direct&trade; when it is no longer needed (or the application is exiting):
+<li>To deactivate Wi-Fi Direct when it is no longer needed (or the application is exiting):
 
 <pre class="prettyprint">
 /* Power off the local device using the wifi_direct_deactivate() function */
-/* Deactivate Wi-Fi Direct&trade; */
+/* Deactivate Wi-Fi Direct */
 wifi_direct_deactivate(NULL);
 
 /* Unset the callbacks */
@@ -280,38 +283,38 @@ wifi_direct_unset_discovery_state_changed_cb(NULL);
 wifi_direct_unset_connection_state_changed_cb(NULL);
 </pre>
 </li>
-<li>Release the Wi-Fi Direct&trade;.
+<li>Release the Wi-Fi Direct.
 
 <p>Power off the local device using the <code>wifi_direct_deactivate()</code> function:</p>
 
 <pre class="prettyprint">
-/* Release Wi-Fi Direct&trade; */
+/* Release Wi-Fi Direct */
 wifi_direct_deinitialize();
 </pre>
 </li>
 </ol>
 
-<h2 id="TDLS">Difference Between Wi-Fi Direct&trade; and TDLS</h2>
+<h2 id="TDLS">Difference Between Wi-Fi Direct and TDLS</h2>
 
 <p>There are 2 protocol technologies to connect directly with each other for Wi-Fi devices:</p>
 
 <ul>
-<li>Wi-Fi Direct&trade;</li>
+<li>Wi-Fi Direct</li>
 <li>TDLS (Tunneled Direct Link Setup)</li>
 </ul>
 
-<p>Wi-Fi Direct&trade;-certified devices can quickly connect to one another while on the go, even when a Wi-Fi network is unavailable, while TDLS operates in the background of a Wi-Fi network to optimize performance. Many devices are certified for both solutions and use them in different situations.</p>
+<p>Wi-Fi Direct-certified devices can quickly connect to one another while on the go, even when a Wi-Fi network is unavailable, while TDLS operates in the background of a Wi-Fi network to optimize performance. Many devices are certified for both solutions and use them in different situations.</p>
 
 <p>For more information, see <a href="http://www.wi-fi.org/knowledge-center/faq/what-is-the-difference-between-tdls-and-wi-fi-direct" target="_blank">What is the difference between TDLS and Wi-Fi Direct?</a>, <a href="http://www.telecomabc.com/numbers/80211z.html" target="_blank">IEEE 802.11z - TDLS</a> and <a href="https://www.excentis.com/blog/content-sharing-syncing-streaming-protocols-wi-fi" target="_blank">Content sharing, syncing, streaming protocols for Wi-Fi</a>.</p>
 
-<h3>Wi-Fi Direct&trade;</h3>
+<h3>Wi-Fi Direct</h3>
 
-<p>Wi-Fi Direct&trade; is a new technology defined by the Wi-Fi Alliance aimed at enhancing direct device to device communications in Wi-Fi. Wi-Fi Direct&trade; can be used to directly connect mobile phones, tablets, and PCs to peripherals, such as cameras, printers, gaming devices, or a wireless mouse, without the need for an access point. Devices can make a one-to-one connection, or a group of several devices can connect.</p>
+<p>Wi-Fi Direct is a new technology defined by the Wi-Fi Alliance aimed at enhancing direct device to device communications in Wi-Fi. Wi-Fi Direct can be used to directly connect mobile phones, tablets, and PCs to peripherals, such as cameras, printers, gaming devices, or a wireless mouse, without the need for an access point. Devices can make a one-to-one connection, or a group of several devices can connect.</p>
 
-<p align="center"><strong>Figure: Wi-Fi Direct&trade;</strong></p>
+<p align="center"><strong>Figure: Wi-Fi Direct</strong></p>
 <p align="center"><img alt="Wi-Fi Direct" src="../../images/connectivity_wifidirect.png" /></p>
 
-<p>Direct device to device connectivity was already possible in the original IEEE 802.11 standard by means of the ad-hoc mode of operation. However, this never became widely deployed. Wi-Fi Direct&trade; takes a different approach: in it, one of the devices acts as an access point. This means that legacy Wi-Fi devices can seamlessly connect to Wi-Fi Direct&trade; devices.</p>
+<p>Direct device to device connectivity was already possible in the original IEEE 802.11 standard by means of the ad-hoc mode of operation. However, this never became widely deployed. Wi-Fi Direct takes a different approach: in it, one of the devices acts as an access point. This means that legacy Wi-Fi devices can seamlessly connect to Wi-Fi Direct devices.</p>
 
 <h3>TDLS (Tunneled Direct Link Setup)</h3>
 
@@ -324,7 +327,7 @@ wifi_direct_deinitialize();
 
 <p>A TDLS direct link is set up automatically between the devices, without intervention from the AP or the user. The connection with the AP is maintained.</p>
 
-<p>TDLS is not the same as, nor does it replace Wi-Fi Direct&trade;. TDLS is used to optimize the traffic flow in a network, while Wi-Fi Direct&trade; is used to quickly connect devices to one another while on the go, even when a Wi-Fi network is unavailable.</p>
+<p>TDLS is not the same as, nor does it replace Wi-Fi Direct. TDLS is used to optimize the traffic flow in a network, while Wi-Fi Direct is used to quickly connect devices to one another while on the go, even when a Wi-Fi network is unavailable.</p>
 
 <script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../../scripts/showhide.js"></script>
index 9cceb2e..d9361cb 100644 (file)
@@ -35,7 +35,7 @@
                <topic href="html/native/feature/app_connectivity_n.htm" label="Creating Applications with Connectivity and Network">
                        <topic href="html/native/feature/app_connectivity_operation_n.htm" label="Network Operations"></topic>
                        <topic href="html/native/feature/app_connectivity_usage_n.htm" label="Network Usage"></topic>
-                       <topic href="html/native/feature/app_connectivity_p2p_n.htm" label="P2P Connections with Wi-Fi Direct&#8482;"></topic>
+                       <topic href="html/native/feature/app_connectivity_p2p_n.htm" label="P2P Connections with Wi-Fi Direct&#174;"></topic>
                </topic>
                <topic href="html/native/feature/app_contacts_n.htm" label="Creating Applications with Contacts">
                        <topic href="html/native/feature/app_contacts_basic_n.htm" label="Basic Concepts"></topic>