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

Commit 5465fe0a authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Gerrit Code Review
Browse files

Merge "Bluetooth 5 spelling fixes"

parents 83aceea0 bc2991e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7565,7 +7565,7 @@ package android.bluetooth.le {
  public static final class AdvertisingSetParameters.Builder {
    ctor public AdvertisingSetParameters.Builder();
    method public android.bluetooth.le.AdvertisingSetParameters build();
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setAnonymouus(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setAnonymous(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setConnectable(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setIncludeTxPower(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setInterval(int);
+1 −1
Original line number Diff line number Diff line
@@ -7869,7 +7869,7 @@ package android.bluetooth.le {
  public static final class AdvertisingSetParameters.Builder {
    ctor public AdvertisingSetParameters.Builder();
    method public android.bluetooth.le.AdvertisingSetParameters build();
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setAnonymouus(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setAnonymous(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setConnectable(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setIncludeTxPower(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setInterval(int);
+1 −1
Original line number Diff line number Diff line
@@ -7574,7 +7574,7 @@ package android.bluetooth.le {
  public static final class AdvertisingSetParameters.Builder {
    ctor public AdvertisingSetParameters.Builder();
    method public android.bluetooth.le.AdvertisingSetParameters build();
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setAnonymouus(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setAnonymous(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setConnectable(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setIncludeTxPower(boolean);
    method public android.bluetooth.le.AdvertisingSetParameters.Builder setInterval(int);
+2 −2
Original line number Diff line number Diff line
@@ -1447,9 +1447,9 @@ public final class BluetoothAdapter {
    }

    /**
     * Return true if LE Periodic Advertising feature is supported.
     * Return true if LE Extended Advertising feature is supported.
     *
     * @return true if chipset supports LE Periodic Advertising feature
     * @return true if chipset supports LE Extended Advertising feature
     */
    public boolean isLeExtendedAdvertisingSupported() {
        if (!getLeAccess()) return false;
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public final class AdvertisingSetParameters implements Parcelable {
         *
         * @param isAnonymous wether anonymous advertising should be used.
         */
        public Builder setAnonymouus(boolean isAnonymous) {
        public Builder setAnonymous(boolean isAnonymous) {
            this.isAnonymous = isAnonymous;
            return this;
        }
Loading