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

Commit 06819409 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham Committed by Android Git Automerger
Browse files

am 56302744: am 248edc3e: Update javadoc comments for getBluetoothLeAdvertiser()

* commit '56302744':
  Update javadoc comments for getBluetoothLeAdvertiser()
parents e526668e 56302744
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -454,8 +454,9 @@ public final class BluetoothAdapter {
    }

    /**
     * Returns a {@link BluetoothLeAdvertiser} object for Bluetooth LE Advertising operations, or
     * null if Bluetooth LE Advertising is not support on this device.
     * Returns a {@link BluetoothLeAdvertiser} object for Bluetooth LE Advertising operations.
     * Will return null if Bluetooth is turned off or if Bluetooth LE Advertising is not
     * supported on this device.
     * <p>
     * Use {@link #isMultipleAdvertisementSupported()} to check whether LE Advertising is supported
     * on this device before calling this method.