Home
last modified time | relevance | path

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

/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetHelper.java50 public static void getOwnAddress(@NonNull AdvertisingSet advertisingSet) { in getOwnAddress() method in AdvertisingSetHelper
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DAdvertisingSet.java235 public void getOwnAddress() { in getOwnAddress() method in AdvertisingSet
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java286 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManager
DGattService.java1498 public void getOwnAddress(int advertiserId, AttributionSource attributionSource, in getOwnAddress() method in GattService.BluetoothGattBinder
1507 private void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService.BluetoothGattBinder
3498 void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java613 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceBinderTest
DGattServiceTest.java688 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl78 …void getOwnAddress(in int advertiserId, in AttributionSource attributionSource, in SynchronousResu… in getOwnAddress() method