Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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); api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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); api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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); core/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading core/java/android/bluetooth/le/AdvertisingSetParameters.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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);
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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);
api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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);
core/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
core/java/android/bluetooth/le/AdvertisingSetParameters.java +1 −1 Original line number Diff line number Diff line Loading @@ -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