Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08e0142f authored by Katie McCormick's avatar Katie McCormick Committed by Android Git Automerger
Browse files

am f85470e6: am fbbc1b79: Merge "Doc update: Update package summary for BT." into klp-docs

* commit 'f85470e6':
  Doc update: Update package summary for BT.
parents 7162b920 f85470e6
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -8,17 +8,19 @@ The Bluetooth API supports both "Classic Bluetooth" and Bluetooth Low Energy.</p
<a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> guide.
For more information about Bluetooth Low Energy, see the
<a href="{@docRoot}guide/topics/connectivity/bluetooth-le.html">
Bluetooth Low Energy</a> guide.</p>
Bluetooth Low Energy</a> (BLE) guide.</p>
{@more}

<p>The Bluetooth APIs let applications:</p>
<ul>
  <li>Scan for other Bluetooth devices (including Bluetooth Low Energy
    devices)</li>
  <li>Query the local Bluetooth adapter for paired Bluetooth devices</li>
  <li>Establish RFCOMM channels/sockets</li>
  <li>Connect to specified sockets on other devices</li>
  <li>Transfer data to and from other devices</li>
  <li>Scan for other Bluetooth devices (including BLE devices).</li>
  <li>Query the local Bluetooth adapter for paired Bluetooth devices.</li>
  <li>Establish RFCOMM channels/sockets.</li>
  <li>Connect to specified sockets on other devices.</li>
  <li>Transfer data to and from other devices.</li>
  <li>Communicate with BLE devices, such as proximity sensors, heart rate
    monitors, fitness devices, and so on.</li>
  <li>Act as a GATT client or a GATT server (BLE).</li>
</ul>

<p>