Chromium Code Reviews| Index: device/bluetooth/bluetooth_low_energy_device_mac.mm |
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.mm b/device/bluetooth/bluetooth_low_energy_device_mac.mm |
| index 20694e4953b97d7ca5d4edc882a0a4b0aab06864..7f5de07b0c0de81d4f658f978c02c6c136fc9fe4 100644 |
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm |
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm |
| @@ -100,7 +100,7 @@ bool BluetoothLowEnergyDeviceMac::IsGattConnected() const { |
| } |
| bool BluetoothLowEnergyDeviceMac::IsConnectable() const { |
| - return connectable_; |
| + return true; |
|
ortuno
2017/05/02 01:32:16
Do we need this to return true? Otherwise just add
jlebel
2017/05/03 22:44:18
Done.
|
| } |
| bool BluetoothLowEnergyDeviceMac::IsConnecting() const { |