Home
last modified time | relevance | path

Searched refs:onScanResponseDataSet (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/le/
H A DAdvertisingSetCallback.java106 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in onScanResponseDataSet() method in AdvertisingSetCallback
H A DBluetoothLeAdvertiser.java664 public void onScanResponseDataSet(int advertiserId, int status) {
669 callback.onScanResponseDataSet(advertisingSet, status);
/aosp12/system/bt/binder/android/bluetooth/le/
H A DIAdvertisingSetCallback.aidl28 void onScanResponseDataSet(in int advertiserId, in int status); in onScanResponseDataSet() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java353 void onScanResponseDataSet(int advertiserId, int status) throws Exception { in onScanResponseDataSet() method in AdvertiseManager
366 callback.onScanResponseDataSet(advertiserId, status); in onScanResponseDataSet()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt12302 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onScanResponseDataSet(II)V
12325 Landroid/bluetooth/le/IAdvertisingSetCallback;->onScanResponseDataSet(II)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9590 method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int);