diff --git a/docs/html/about/versions/android-4.0.jd b/docs/html/about/versions/android-4.0.jd index 2fa180c5ad171..c026534779c89 100644 --- a/docs/html/about/versions/android-4.0.jd +++ b/docs/html/about/versions/android-4.0.jd @@ -62,7 +62,7 @@ class="toggle-content-img" alt="" />
  • Multimedia
  • Camera
  • Android Beam (NDEF Push with NFC)
  • -
  • Wi-Fi Direct
  • +
  • Wi-Fi P2P
  • Bluetooth Health Devices
  • Accessibility
  • Spell Checker Services
  • @@ -617,12 +617,13 @@ Beam Demo.

    -

    Wi-Fi Direct

    +

    Wi-Fi P2P

    -

    Android now supports Wi-Fi Direct for peer-to-peer (P2P) connections between Android-powered -devices and other device types without a hotspot or Internet connection. The Android framework +

    Android now supports Wi-Fi peer-to-peer (P2P) connections between Android-powered +devices and other device types (in compliance with the Wi-Fi +Alliance's Wi-Fi Direct™ certification program) without a hotspot or Internet connection. The Android framework provides a set of Wi-Fi P2P APIs that allow you to discover and connect to other devices when each -device supports Wi-Fi Direct, then communicate over a speedy connection across distances much longer +device supports Wi-Fi P2P, then communicate over a speedy connection across distances much longer than a Bluetooth connection.

    A new package, {@link android.net.wifi.p2p}, contains all the APIs for performing peer-to-peer @@ -669,7 +670,7 @@ formed and who is the group owner.

  • {@link android.Manifest.permission#ACCESS_WIFI_STATE}
  • {@link android.Manifest.permission#CHANGE_WIFI_STATE}
  • {@link android.Manifest.permission#INTERNET} (although your app doesn’t technically connect -to the Internet, communicating to Wi-Fi Direct peers with standard java sockets requires Internet +to the Internet, communicating to Wi-Fi P2P peers with standard java sockets requires Internet permission).
  • @@ -696,7 +697,7 @@ this device have changed.

    See the {@link android.net.wifi.p2p.WifiP2pManager} documentation for more information. Also -look at the Wi-Fi Direct Demo +look at the Wi-Fi P2P Demo sample application.

    diff --git a/docs/html/about/versions/android-4.1.jd b/docs/html/about/versions/android-4.1.jd index d4b9ebfee460a..76b90acdeb600 100644 --- a/docs/html/about/versions/android-4.1.jd +++ b/docs/html/about/versions/android-4.1.jd @@ -41,7 +41,7 @@ sdk.platform.apiLevel=16
    1. Android Beam
    2. Network service discovery
    3. -
    4. Wi-Fi Direct service discovery
    5. +
    6. Wi-Fi P2P service discovery
    7. Network usage
    @@ -506,11 +506,11 @@ discovered service, allowing you to initiate the connection.

    -

    Wi-Fi Direct service discovery

    +

    Wi-Fi P2P service discovery

    -

    The Wi-Fi Direct APIs are enhanced in Android 4.1 to support pre-association service discovery in +

    The Wi-Fi P2P APIs are enhanced in Android 4.1 to support pre-association service discovery in the {@link android.net.wifi.p2p.WifiP2pManager}. This allows you to discover and filter nearby -devices by services using Wi-Fi Direct before connecting to one, while Network Service +devices by services using Wi-Fi P2P before connecting to one, while Network Service Discovery allows you to discover a service on an existing connected network (such as a local Wi-Fi network).

    diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 2a313748744a0..21d295a7ecff3 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -408,7 +408,7 @@
  • - Wi-Fi Direct + Wi-Fi P2P