Searched refs:onAdvertisingSetStarted (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/le/ |
H A D | BluetoothLeAdvertiser.java | 179 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in wrapOldCallback() 599 public void onAdvertisingSetStarted(int advertiserId, int txPower, int status) { 604 callback.onAdvertisingSetStarted(null, 0, status); 612 callback.onAdvertisingSetStarted(advertisingSet, txPower, status); 726 callback.onAdvertisingSetStarted(null, 0, error);
|
H A D | AdvertisingSetCallback.java | 66 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) { in onAdvertisingSetStarted() method in AdvertisingSetCallback
|
/aosp12/system/bt/binder/android/bluetooth/le/ |
H A D | IAdvertisingSetCallback.aidl | 23 void onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status); in onAdvertisingSetStarted() method
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | FastPairAdvertiser.java | 168 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower,
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | AdvertiseManager.java | 138 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManager 165 callback.onAdvertisingSetStarted(advertiserId, txPower, status); in onAdvertisingSetStarted()
|
/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 | 12296 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingSetStarted(III)V 12319 Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingSetStarted(III)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9585 method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int);
|