Home
last modified time | relevance | path

Searched defs:getOwnAddress (Results 1 – 8 of 8) sorted by relevance

/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
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSet.java215 public void getOwnAddress() { in getOwnAddress() method in AdvertisingSet
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManagerNativeInterface.java91 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManagerNativeInterface
DAdvertiseManager.java315 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManager
DGattService.java1029 public void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService.BluetoothGattBinder
1961 void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java612 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceTest
DGattServiceBinderTest.java657 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceBinderTest
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl77 void getOwnAddress(in int advertiserId, in AttributionSource attributionSource); in getOwnAddress() method