Searched refs:onOwnAddressRead (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/le/ |
H A D | AdvertisingSetCallback.java | 162 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) { in onOwnAddressRead() method in AdvertisingSetCallback
|
H A D | BluetoothLeAdvertiser.java | 618 public void onOwnAddressRead(int advertiserId, int addressType, String address) { 623 callback.onOwnAddressRead(advertisingSet, addressType, address);
|
/aosp12/system/bt/binder/android/bluetooth/le/ |
H A D | IAdvertisingSetCallback.aidl | 24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead() method
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | FastPairAdvertiser.java | 186 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType,
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | AdvertiseManager.java | 212 void onOwnAddressRead(int advertiserId, int addressType, String address) in onOwnAddressRead() method in AdvertiseManager 225 callback.onOwnAddressRead(advertiserId, addressType, address); in onOwnAddressRead()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 12210 Landroid/bluetooth/le/AdvertisingSetCallback;->onOwnAddressRead(Landroid/bluetooth/le/AdvertisingSe… 12298 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onOwnAddressRead(IILjava/lang/String;)V 12321 Landroid/bluetooth/le/IAdvertisingSetCallback;->onOwnAddressRead(IILjava/lang/String;)V
|