diff options
Diffstat (limited to 'device/bluetooth/bluetooth_device_chromeos.cc')
-rw-r--r-- | device/bluetooth/bluetooth_device_chromeos.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc index 4f3b5ae..06ffc79 100644 --- a/device/bluetooth/bluetooth_device_chromeos.cc +++ b/device/bluetooth/bluetooth_device_chromeos.cc @@ -175,8 +175,8 @@ void BluetoothDeviceChromeOS::Connect( weak_ptr_factory_.GetWeakPtr(), error_callback); - if (IsPaired() || IsConnected()) { - // Connection to already paired or connected device. + if (IsPaired()) { + // Connection to already paired device. ConnectApplications(wrapped_callback, wrapped_error_callback); } else if (!pairing_delegate || !IsPairable()) { |