blob: a3a2b363f6aae01227101f57a97d31f9570f79db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
page.title=Wireless Controls
@jd:body
<h2>Wi-Fi</h2>
<p>The Wi-Fi APIs provide a means by which application can communicate with the lower-level
wireless stack that provides Wi-Fi network access. Almost all information from the device supplicant
is available, including the connected network's link speed, IP address, negotiation state, and more.
It also provides information about all non-connected available networks. Some of the available network
interactions include the ability to scan, add, dave, terminate and initiate connections.</p>
<h2>Bluetooth</h2>
<p>The Bluetooth APIs allow applications to scan, connect and pair with other Bluetooth devices.
THESE APIS ARE NOT YET AVAILABLE.</p>
|