| 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 2dfaeef16d010f9401021a97d34097b813be0348..6e279ebf2edd5919a088e6d8fc11673c21734515 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm
|
| @@ -103,16 +103,6 @@ bool BluetoothLowEnergyDeviceMac::IsConnecting() const {
|
| return ([peripheral_ state] == CBPeripheralStateConnecting);
|
| }
|
|
|
| -base::Optional<int8_t> BluetoothLowEnergyDeviceMac::GetInquiryRSSI() const {
|
| - NOTIMPLEMENTED();
|
| - return base::nullopt;
|
| -}
|
| -
|
| -base::Optional<int8_t> BluetoothLowEnergyDeviceMac::GetInquiryTxPower() const {
|
| - NOTIMPLEMENTED();
|
| - return base::nullopt;
|
| -}
|
| -
|
| bool BluetoothLowEnergyDeviceMac::ExpectingPinCode() const {
|
| return false;
|
| }
|
|
|