| Index: components/pairing/bluetooth_controller_pairing_controller.cc
|
| diff --git a/components/pairing/bluetooth_controller_pairing_controller.cc b/components/pairing/bluetooth_controller_pairing_controller.cc
|
| index 5ef30c9c9925a5cf6ccfc3ad68750f976c77a6e4..b8c9d0a080f537ab83d8b8beacc5b8f55c0c1275 100644
|
| --- a/components/pairing/bluetooth_controller_pairing_controller.cc
|
| +++ b/components/pairing/bluetooth_controller_pairing_controller.cc
|
| @@ -241,7 +241,7 @@ void BluetoothControllerPairingController::StartPairing() {
|
| current_stage_ == STAGE_DEVICE_NOT_FOUND ||
|
| current_stage_ == STAGE_ESTABLISHING_CONNECTION_ERROR ||
|
| current_stage_ == STAGE_HOST_ENROLLMENT_ERROR);
|
| - if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| + if (!device::BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| ChangeStage(STAGE_INITIALIZATION_ERROR);
|
| return;
|
| }
|
|
|