Searched refs:onAdvertisingParametersUpdated (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/le/ |
H A D | AdvertisingSetCallback.java | 117 public void onAdvertisingParametersUpdated(AdvertisingSet advertisingSet, in onAdvertisingParametersUpdated() method in AdvertisingSetCallback
|
H A D | BluetoothLeAdvertiser.java | 675 public void onAdvertisingParametersUpdated(int advertiserId, int txPower, int status) { 680 callback.onAdvertisingParametersUpdated(advertisingSet, txPower, status);
|
/aosp12/system/bt/binder/android/bluetooth/le/ |
H A D | IAdvertisingSetCallback.aidl | 29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status); in onAdvertisingParametersUpdated() method
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | AdvertiseManager.java | 369 void onAdvertisingParametersUpdated(int advertiserId, int txPower, int status) in onAdvertisingParametersUpdated() method in AdvertiseManager 384 callback.onAdvertisingParametersUpdated(advertiserId, txPower, status); in onAdvertisingParametersUpdated()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 12295 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingParametersUpdated(III)V 12318 Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingParametersUpdated(III)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9584 … method public void onAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet, int, int);
|