File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
core/java/android/bluetooth
docs/html/guide/topics/wireless Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11< HTML >
22< BODY >
3- Provides classes that manage Bluetooth functionality, such as scanning for
4- devices, connecting with devices, and managing data transfer between devices.
3+ < p > Provides classes that manage Bluetooth functionality, such as scanning for
4+ devices, connecting with devices, and managing data transfer between devices.</ p >
5+
6+ < p > For a complete guide to using the Bluetooth APIs, see the < a
7+ href ="{@docRoot}guide/topics/wireless/bluetooth.html "> Bluetooth</ a > developer guide.</ p >
8+ {@more}
59
610< p > The Bluetooth APIs let applications:</ p >
711< ul >
2024permission.
2125</ p >
2226
23- < p > For a detailed guide to using the Bluetooth APIs, see the < a
24- href ="{@docRoot}guide/topics/wireless/bluetooth.html "> Bluetooth Dev Guide topic</ a > .</ p >
25-
2627< p class ="note "> < strong > Note:</ strong >
2728Not all Android devices are guaranteed to have Bluetooth functionality.</ p >
2829</ BODY >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ page.title=Bluetooth
99 <li>Android's bluetooth APIs allow your application to perform wireless data transactions with
1010other devices</li>
1111 </ul>
12-
12+
1313 <h2>In this document</h2>
1414 <ol>
1515 <li><a href="#TheBasics">The Basics</a></li>
@@ -32,7 +32,7 @@ other devices</li>
3232 </li>
3333 <li><a href="#ManagingAConnection">Managing a Connection</a></li>
3434 </ol>
35-
35+
3636 <h2>Key classes</h2>
3737 <ol>
3838 <li>{@link android.bluetooth.BluetoothAdapter}</li>
@@ -289,7 +289,7 @@ is discussed below.</p>
289289of paired devices to see if the desired device is already known. To do so,
290290call {@link android.bluetooth.BluetoothAdapter#getBondedDevices()}. This
291291will return a Set of {@link android.bluetooth.BluetoothDevice}s representing
292- paired devices. For example, you can query all paired devices and then add then
292+ paired devices. For example, you can query all paired devices and then
293293show the name of each device to the user, using an ArrayAdapter:</p>
294294<pre>
295295Set<BluetoothDevice> pairedDevices = mBluetoothAdapter.getBondedDevices();
You can’t perform that action at this time.
0 commit comments