Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7513,7 +7513,7 @@ package android.bluetooth.le { method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int); method public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet); method public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int); method public void onPeriodicAdvertisingEnable(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int); method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int); field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3 api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7817,7 +7817,7 @@ package android.bluetooth.le { method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int); method public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet); method public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int); method public void onPeriodicAdvertisingEnable(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int); method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int); field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3 api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7522,7 +7522,7 @@ package android.bluetooth.le { method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int); method public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet); method public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int); method public void onPeriodicAdvertisingEnable(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int); method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int); field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3 core/java/android/bluetooth/le/AdvertisingSetCallback.java +1 −1 Original line number Diff line number Diff line Loading @@ -141,6 +141,6 @@ public abstract class AdvertisingSetCallback { * @param advertisingSet The advertising set. * @param status Status of the operation. */ public void onPeriodicAdvertisingEnable(AdvertisingSet advertisingSet, boolean enable, public void onPeriodicAdvertisingEnabled(AdvertisingSet advertisingSet, boolean enable, int status) {} } No newline at end of file core/java/android/bluetooth/le/BluetoothLeAdvertiser.java +2 −2 Original line number Diff line number Diff line Loading @@ -504,12 +504,12 @@ public final class BluetoothLeAdvertiser { } @Override public void onPeriodicAdvertisingEnable(int advertiserId, boolean enable, int status) { public void onPeriodicAdvertisingEnabled(int advertiserId, boolean enable, int status) { handler.post(new Runnable() { @Override public void run() { AdvertisingSet advertisingSet = mAdvertisingSets.get(advertiserId); callback.onPeriodicAdvertisingEnable(advertisingSet, enable, status); callback.onPeriodicAdvertisingEnabled(advertisingSet, enable, status); } }); } Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7513,7 +7513,7 @@ package android.bluetooth.le { method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int); method public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet); method public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int); method public void onPeriodicAdvertisingEnable(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int); method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int); field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3
api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7817,7 +7817,7 @@ package android.bluetooth.le { method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int); method public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet); method public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int); method public void onPeriodicAdvertisingEnable(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int); method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int); field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3
api/test-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7522,7 +7522,7 @@ package android.bluetooth.le { method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int); method public void onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet); method public void onPeriodicAdvertisingDataSet(android.bluetooth.le.AdvertisingSet, int); method public void onPeriodicAdvertisingEnable(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingEnabled(android.bluetooth.le.AdvertisingSet, boolean, int); method public void onPeriodicAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int); method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int); field public static final int ADVERTISE_FAILED_ALREADY_STARTED = 3; // 0x3
core/java/android/bluetooth/le/AdvertisingSetCallback.java +1 −1 Original line number Diff line number Diff line Loading @@ -141,6 +141,6 @@ public abstract class AdvertisingSetCallback { * @param advertisingSet The advertising set. * @param status Status of the operation. */ public void onPeriodicAdvertisingEnable(AdvertisingSet advertisingSet, boolean enable, public void onPeriodicAdvertisingEnabled(AdvertisingSet advertisingSet, boolean enable, int status) {} } No newline at end of file
core/java/android/bluetooth/le/BluetoothLeAdvertiser.java +2 −2 Original line number Diff line number Diff line Loading @@ -504,12 +504,12 @@ public final class BluetoothLeAdvertiser { } @Override public void onPeriodicAdvertisingEnable(int advertiserId, boolean enable, int status) { public void onPeriodicAdvertisingEnabled(int advertiserId, boolean enable, int status) { handler.post(new Runnable() { @Override public void run() { AdvertisingSet advertisingSet = mAdvertisingSets.get(advertiserId); callback.onPeriodicAdvertisingEnable(advertisingSet, enable, status); callback.onPeriodicAdvertisingEnabled(advertisingSet, enable, status); } }); } Loading