| Index: device/bluetooth/bluetooth_low_energy_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| index f559e605a8ac93de79ba006dd867e181ecf403fd..cabab11c47fc57b4c05847755296467823150c5c 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| @@ -129,11 +129,11 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
| CBPeripheral* GetPeripheral();
|
|
|
| // Returns BluetoothRemoteGattServiceMac based on the CBService.
|
| - BluetoothRemoteGattServiceMac* GetBluetoothRemoteGattService(
|
| + BluetoothRemoteGattServiceMac* GetBluetoothRemoteGattServiceMac(
|
| CBService* service) const;
|
|
|
| // Returns BluetoothRemoteGattDescriptorMac based on the CBDescriptor.
|
| - BluetoothRemoteGattDescriptorMac* GetBluetoothRemoteGattDescriptor(
|
| + BluetoothRemoteGattDescriptorMac* GetBluetoothRemoteGattDescriptorMac(
|
| CBDescriptor* cb_descriptor) const;
|
|
|
| // Callback used when the CoreBluetooth Peripheral is disconnected.
|
|
|