Minor clean-up for LE audio setting
Bug: 178981521 Test: build pass Change-Id: Ica8bd68bea494ee72fa53fbb8f9101dc535470b6
This commit is contained in:
@@ -94,7 +94,7 @@ public class BluetoothPairingController implements OnCheckedChangeListener,
|
||||
mPasskeyFormatted = formatKey(mPasskey);
|
||||
final CachedBluetoothDevice cachedDevice =
|
||||
mBluetoothManager.getCachedDeviceManager().findDevice(mDevice);
|
||||
mIsCoordinatedSetMember = (cachedDevice != null)
|
||||
mIsCoordinatedSetMember = cachedDevice != null
|
||||
? cachedDevice.isCoordinatedSetMemberDevice() : false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user