• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Wireless Controls
2@jd:body
3
4Go away.
5
6<!--
7<h2>Wi-Fi</h2>
8<p>The Wi-Fi APIs provide a means by which application can communicate with the lower-level
9wireless stack that provides Wi-Fi network access. Almost all information from the device supplicant
10is available, including the connected network's link speed, IP address, negotiation state, and more.
11It also provides information about all non-connected available networks. Some of the available network
12interactions include the ability to scan, add, dave, terminate and initiate connections.</p>
13
14
15<h2>Bluetooth</h2>
16<p>The Android platform includes support for the Bluetooth network stack, which allows a device to
17wirelessly exchange data with other Bluetooth devices. The application framework provides access to
18the Bluetooth functionality through the Android Bluetooth APIs. These APIs let applications
19wirelessly connect to other Bluetooth devices, enabling point-to-point and multipoint wireless
20features.</p>
21-->
22
23
24