| Index: components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| index d73629a48bc3886ff39623f956eaf588d4c2b42f..7b05947cd9864eb127fba67a85cc4804229a9e6f 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| @@ -223,6 +223,7 @@ void BluetoothLowEnergyConnectionFinder::OnGattConnectionCreated(
|
|
|
| connection_ = CreateConnection(gatt_connection.Pass());
|
| connection_->AddObserver(this);
|
| + connection_->Connect();
|
|
|
| StopDiscoverySession();
|
| }
|
|
|