Home
last modified time | relevance | path

Searched refs:getOwnAddress (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/CarBuiltinLibUnitTest/src/android/car/builtin/bluetooth/le/
DAdvertisingSetHelperTest.java36 AdvertisingSetHelper.getOwnAddress(mMockAdvertisingSet); in getOwnAddress_delegate()
38 verify(mMockAdvertisingSet).getOwnAddress(); in getOwnAddress_delegate()
DAdvertisingSetCallbackHelperTest.java216 AdvertisingSetHelper.getOwnAddress(advertisingSet); in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetHelper.java47 public static void getOwnAddress(@NonNull AdvertisingSet advertisingSet) { in getOwnAddress() method in AdvertisingSetHelper
48 advertisingSet.getOwnAddress(); in getOwnAddress()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DAdvertiseBinderTest.kt172 fun getOwnAddress() { in <lambda>() method
175 binder.getOwnAddress(advertiserId, attributionSource) in <lambda>()
176 verify(advertiseManager).getOwnAddress(advertiserId) in <lambda>()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSet.java225 public void getOwnAddress() { in getOwnAddress() method in AdvertisingSet
227 mAdvertise.getOwnAddress(mAdvertiserId, mAttributionSource); in getOwnAddress()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseBinder.kt93 override fun getOwnAddress(advertiserId: Int, source: AttributionSource) { in <lambda>() method in com.android.bluetooth.gatt.AdvertiseBinder
96 manager.doOnAdvertiseThread { manager.getOwnAddress(advertiserId) } in <lambda>()
DAdvertiseManagerNativeInterface.java92 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManagerNativeInterface
DAdvertiseManager.java355 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManager
362 mNativeInterface.getOwnAddress(advertiserId); in getOwnAddress()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothAdvertise.aidl41 void getOwnAddress(in int advertiserId, in AttributionSource attributionSource); in getOwnAddress() method
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java149 advertisingSet.getOwnAddress(); in startAdvertising()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java328 AdvertisingSetHelper.getOwnAddress(advertisingSet); in initializeAdvertisingSetCallback()
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt119 …android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public static void getOwnAddress(@NonNull andro…