| 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..7dd17f0ebb35a2c0ba1b13730c154bfe97b39c32 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| @@ -100,7 +100,9 @@ bool BluetoothLowEnergyDeviceMac::IsGattConnected() const {
|
| }
|
|
|
| bool BluetoothLowEnergyDeviceMac::IsConnectable() const {
|
| - return connectable_;
|
| + // Only available for Chrome OS.
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| }
|
|
|
| bool BluetoothLowEnergyDeviceMac::IsConnecting() const {
|
|
|