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

Commit 0000fe84 authored by kmccormick's avatar kmccormick
Browse files

Doc change: new Bluetooth LE doc

Change-Id: Ib6d67497a9b4d54d13b4da8f1f9ee991bc5ef562
parent b2a6d621
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
<HTML>
<BODY>
<p>Provides classes that manage Bluetooth functionality, such as scanning for
devices, connecting with devices, and managing data transfer between devices.</p>
devices, connecting with devices, and managing data transfer between devices.
The Bluetooth API supports both "Classic Bluetooth" and Bluetooth Low Energy.</p>

<p>For more information, see the
<a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> guide.</p>
<p>For more information about Classic Bluetooth, see the
<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>
{@more}

<p>The Bluetooth APIs let applications:</p>
<ul>
  <li>Scan for other Bluetooth devices</li>
  <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>