From d4fac2c0263fda4b20f253edd594cf909e61eb4e Mon Sep 17 00:00:00 2001 From: Katie McCormick Date: Fri, 3 Jun 2011 16:50:14 -0700 Subject: [PATCH] Doc change: updated TOC for Bluetooth CL. Change-Id: Ifd60e332d3088402e939fc851374800f526f8cdf --- docs/html/guide/guide_toc.cs | 14 +- docs/html/guide/topics/wireless/bluetooth.jd | 737 +++++++++++-------- 2 files changed, 439 insertions(+), 312 deletions(-) diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 75b8ead072233..2b5d638a27c95 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -302,11 +302,13 @@ -->
  • - App Widgets -
  • + App Widgets + updated +
  • - Bluetooth -
  • + Bluetooth + updated +
  • Near Field Communication
  • @@ -337,8 +339,8 @@
  • - Device Administration - + Device Administration + updated
  • diff --git a/docs/html/guide/topics/wireless/bluetooth.jd b/docs/html/guide/topics/wireless/bluetooth.jd index a6c46d2cad44f..0af1d2c86fb2c 100644 --- a/docs/html/guide/topics/wireless/bluetooth.jd +++ b/docs/html/guide/topics/wireless/bluetooth.jd @@ -1,57 +1,61 @@ page.title=Bluetooth @jd:body -
    -
    - -

    Quickview

    - + +

    In this document

    +
      +
    1. The Basics
    2. +
    3. Bluetooth Permissions
    4. +
    5. Setting Up Bluetooth
    6. +
    7. Finding Devices +
        +
      1. Querying paired devices
      2. +
      3. Discovering devices
      4. +
    8. +
    9. Connecting Devices +
        +
      1. Connecting as a server
      2. +
      3. Connecting as a client
      4. +
    10. Managing a Connection
    11. -
    - -

    Key classes

    -
      -
    1. {@link android.bluetooth.BluetoothAdapter}
    2. -
    3. {@link android.bluetooth.BluetoothDevice}
    4. -
    5. {@link android.bluetooth.BluetoothSocket}
    6. -
    7. {@link android.bluetooth.BluetoothServerSocket}
    8. -
    - -

    Related samples

    -
      -
    1. Bluetooth Chat
    2. -
    - -
    -
    - - +
  • Working with Profiles +
      +
    1. Vendor-specific AT commands +
  • + + +

    Key classes

    +
      +
    1. {@link android.bluetooth.BluetoothAdapter}
    2. +
    3. {@link android.bluetooth.BluetoothDevice}
    4. +
    5. {@link android.bluetooth.BluetoothSocket}
    6. +
    7. {@link android.bluetooth.BluetoothServerSocket}
    8. +
    + +

    Related samples

    +
      +
    1. Bluetooth Chat
    2. +
    + + + + +

    The Android platform includes support for the Bluetooth network stack, which allows a device to wirelessly exchange data with other Bluetooth devices. The application framework provides access to the Bluetooth functionality through the Android Bluetooth APIs. These APIs let applications wirelessly connect to other Bluetooth devices, enabling point-to-point and multipoint -wireless features.

    - +wireless features.

    +

    Using the Bluetooth APIs, an Android application can perform the following: