| 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 3ea4363c0545777ad1b0cc20a618d760d29d7b07..efa17fd6ee7de2b17b3a2a501d80341b8cf49d98 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| @@ -73,7 +73,7 @@ BluetoothLowEnergyConnectionFinder::~BluetoothLowEnergyConnectionFinder() {
|
| void BluetoothLowEnergyConnectionFinder::Find(
|
| const cryptauth::ConnectionFinder::ConnectionCallback&
|
| connection_callback) {
|
| - if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| + if (!device::BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| PA_LOG(WARNING) << "Bluetooth is unsupported on this platform. Aborting.";
|
| return;
|
| }
|
|
|