| Index: components/proximity_auth/bluetooth_connection.cc
|
| diff --git a/components/proximity_auth/bluetooth_connection.cc b/components/proximity_auth/bluetooth_connection.cc
|
| index 563446d9f5e560afb04082a608f023018b9ceac9..d3798d848154da114a13828f8ffdf6dbbf781038 100644
|
| --- a/components/proximity_auth/bluetooth_connection.cc
|
| +++ b/components/proximity_auth/bluetooth_connection.cc
|
| @@ -42,7 +42,7 @@ void BluetoothConnection::Connect() {
|
| return;
|
| }
|
|
|
| - if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| + if (!device::BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| PA_LOG(WARNING)
|
| << "Connection failed: Bluetooth is unsupported on this platform.";
|
| return;
|
|
|