Searched defs:onOwnAddressRead (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 24 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/ |
D | AdvertisingSetCallbackHelper.java | 147 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead() method in AdvertisingSetCallbackHelper.Callback
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | AdvertisingSetCallback.java | 136 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, String address) {} in onOwnAddressRead() method in AdvertisingSetCallback
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AdvertiseManagerNativeInterface.java | 129 void onOwnAddressRead(int advertiserId, int addressType, String address) throws Exception { in onOwnAddressRead() method in AdvertiseManagerNativeInterface
|
D | AdvertiseManager.java | 301 void onOwnAddressRead(int advertiserId, int addressType, String address) in onOwnAddressRead() method in AdvertiseManager
|