From 36cdecd89dbc3eb503197414f525e30ee241ba66 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 14 Oct 2010 13:42:19 -0700 Subject: docs: fix typo; surface dev guide link in package description Change-Id: I2dc09bb6b79cbe3f80819d6193eb0d8a3565310d --- docs/html/guide/topics/wireless/bluetooth.jd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/html/guide/topics/wireless/bluetooth.jd b/docs/html/guide/topics/wireless/bluetooth.jd index fa2875b..98b6e7d 100644 --- a/docs/html/guide/topics/wireless/bluetooth.jd +++ b/docs/html/guide/topics/wireless/bluetooth.jd @@ -9,7 +9,7 @@ page.title=Bluetooth
  • Android's bluetooth APIs allow your application to perform wireless data transactions with other devices
  • - +

    In this document

    1. The Basics
    2. @@ -32,7 +32,7 @@ other devices
    3. Managing a Connection
    - +

    Key classes

    1. {@link android.bluetooth.BluetoothAdapter}
    2. @@ -289,7 +289,7 @@ is discussed below.

      of paired devices to see if the desired device is already known. To do so, call {@link android.bluetooth.BluetoothAdapter#getBondedDevices()}. This will return a Set of {@link android.bluetooth.BluetoothDevice}s representing -paired devices. For example, you can query all paired devices and then add then +paired devices. For example, you can query all paired devices and then show the name of each device to the user, using an ArrayAdapter:

       Set<BluetoothDevice> pairedDevices = mBluetoothAdapter.getBondedDevices();
      -- 
      cgit v1.1