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

Commit dcf848b3 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Add thread safety documentation"

am: 0fe1d5d8

* commit '0fe1d5d8':
  Add thread safety documentation
parents bd6584a1 0fe1d5d8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -76,6 +76,8 @@ import java.util.UUID;
 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}; or start a scan for
 * Bluetooth LE devices with {@link #startLeScan(LeScanCallback callback)}.
 *
 * <p>This class is thread safe.
 *
 * <p class="note"><strong>Note:</strong>
 * Most methods require the {@link android.Manifest.permission#BLUETOOTH}
 * permission and some also require the
@@ -84,7 +86,7 @@ import java.util.UUID;
 * <div class="special reference">
 * <h3>Developer Guides</h3>
 * <p>For more information about using Bluetooth, read the
 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
 * <a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.
 * </div>
 *
 * {@see BluetoothDevice}