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.java234 public void getOwnAddress() { in getOwnAddress() method in AdvertisingSet
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java268 void getOwnAddress(int advertiserId) { in getOwnAddress() method in AdvertiseManager
DGattService.java1446 public void getOwnAddress(int advertiserId, AttributionSource attributionSource, in getOwnAddress() method in GattService.BluetoothGattBinder
1455 private void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService.BluetoothGattBinder
3313 void getOwnAddress(int advertiserId, AttributionSource attributionSource) { in getOwnAddress() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java611 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceBinderTest
DGattServiceTest.java624 public void getOwnAddress() throws Exception { in getOwnAddress() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl76 …void getOwnAddress(in int advertiserId, in AttributionSource attributionSource, in SynchronousResu… in getOwnAddress() method