Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DDistanceMeasurementTracker.java48 String identityAddress, UUID uuid, int frequency, in DistanceMeasurementTracker()
76 public boolean equals(UUID uuid, String identityAddress) { in equals()
DDistanceMeasurementManager.java90 String identityAddress = mAdapterService.getIdentityAddress( in startDistanceMeasurement() local
133 String identityAddress = mAdapterService.getIdentityAddress(device.getAddress()); in stopDistanceMeasurement() local
147 private synchronized int stopRssiTracker(UUID uuid, String identityAddress, in stopRssiTracker()
DGattService.java1938 String identityAddress = mAdapterService.getIdentityAddress(address); in onScanResultInternal() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java85 String identityAddress = mAdapterService.getIdentityAddress(bdaddr); in setBipClientStatus() local
210 String identityAddress = mAdapterService.getIdentityAddress(bdaddr); in connectDevice() local
216 String identityAddress = mAdapterService.getIdentityAddress(bdaddr); in disconnectDevice() local
251 String identityAddress = mAdapterService.getIdentityAddress(bdaddr); in sendVolumeChanged() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java105 String identityAddress = remoteDevice.getIdentityAddress(); in getName() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java658 String identityAddress = mService.getIdentityAddress(address); in cleanupPrevBondRecordsFor() local
1203 String identityAddress = mService.getIdentityAddress(address); in dump() local
DRemoteDevices.java370 void setIdentityAddress(String identityAddress) { in setIdentityAddress()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java788 String identityAddress = mAdapterService.getIdentityAddress(TEST_BT_ADDR_1); in testAddressConsolidation() local