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

Commit fb5e9eec authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Hide periodic scanning"

am: 202db17c

Change-Id: Icedae1d34de063d6b708a30bdc6217d48ed373ef
parents 2b6f7edc 202db17c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -638,6 +638,7 @@ public final class BluetoothAdapter {
     * <p>
     * Use {@link #isLePeriodicAdvertisingSupported()} to check whether LE Periodic Advertising is
     * supported on this device before calling this method.
     * @hide
     */
    public PeriodicAdvertisingManager getPeriodicAdvertisingManager() {
      if (!getLeAccess())
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.bluetooth.BluetoothDevice;
 * advertising operation status.
 *
 * @see PeriodicAdvertisingManager#createSync
 * @hide
 */
public abstract class PeriodicAdvertisingCallback {

+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import java.util.Map;
 * <p>
 * <b>Note:</b> Most of the methods here require
 * {@link android.Manifest.permission#BLUETOOTH_ADMIN} permission.
 * @hide
 */
public final class PeriodicAdvertisingManager {

+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import java.util.Objects;

/**
 * PeriodicAdvertisingReport for Bluetooth LE synchronized advertising.
 * @hide
 */
public final class PeriodicAdvertisingReport implements Parcelable {