| 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 8a78142ebe42f284b0f958b76912ff6e8ae2bfcb..0d0957dd3e8b7974b2169b7332cd148b51b3daad 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| @@ -113,7 +113,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
| CBPeripheral* GetPeripheral();
|
|
|
| // Callback used when the CoreBluetooth Peripheral is disconnected.
|
| - void DidDisconnectPeripheral();
|
| + void DidDisconnectPeripheral(BluetoothDevice::ConnectErrorCode error_code);
|
|
|
| // Equivalent to [peripheral_ state]. Allows compilation on OS X 10.6.
|
| CBPeripheralState GetPeripheralState() const;
|
|
|