Searched refs:localDevice (Results 1 – 2 of 2) sorted by relevance
824 BluetoothDevice localDevice = mBluetoothAdapter.getRemoteDevice(localAddress); in validateRequestAgainstKey() local834 if (reportedDevice.equals(localDevice) || reportedDevice.equals(mLocalRpaDevice)) { in validateRequestAgainstKey()
1621 private AudioConfig determineAudioConfig(DeviceInfo localDevice, DeviceInfo remoteDevice) { in determineAudioConfig() argument1625 int selectedCodec = determineCommonCodecSettings(localDevice.getAudioCodecs(), in determineAudioConfig()1631 int amrMode = determineCommonCodecSettings(localDevice.getAmrModes(), in determineAudioConfig()1637 int evsMode = determineCommonCodecSettings(localDevice.getEvsModes(), in determineAudioConfig()1639 int evsBand = determineCommonCodecSettings(localDevice.getEvsBandwidths(), in determineAudioConfig()