Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java675 String existingAddress = existingDevice.getAddress(); in cleanupPrevBondRecordsFor() local
679 : mService.getIdentityAddress(existingAddress); in cleanupPrevBondRecordsFor()
685 && !address.equals(existingAddress)) { in cleanupPrevBondRecordsFor()
697 if (mService.getNative().removeBond(Utils.getBytesFromAddress(existingAddress))) { in cleanupPrevBondRecordsFor()