Home
last modified time | relevance | path

Searched defs:onOwnAddressRead (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/bluetooth/le/
DIAdvertisingSetCallback.aidl24 void onOwnAddressRead(in int advertiserId, in int addressType, in String address); in onOwnAddressRead() method
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java159 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead() method in AdvertisingSetCallbackHelper.Callback
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSetCallback.java162 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) { in onOwnAddressRead() method in AdvertisingSetCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java270 void onOwnAddressRead(int advertiserId, int addressType, String address) in onOwnAddressRead() method in AdvertiseManager