| 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 5bc7c688a950c9ed59996f60ae09c42f22063131..7d0d8f6149723eab350332d034d9c0e3d5246c2e 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);
|
|
|
| // Called by the adapter when CoreBluetooth calls CBCentralManager's delegate.
|
| void GattConnected();
|
|
|