| 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 863cb1071a01bd6b5d2b212cc952a7aa2e7aedbb..1eb5c2e5fadf68172ba141b81c5b6a5bb059cfcf 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| @@ -74,9 +74,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
| const device::BluetoothUUID& uuid,
|
| const ConnectToServiceCallback& callback,
|
| const ConnectToServiceErrorCallback& error_callback) override;
|
| - void CreateGattConnection(
|
| - const GattConnectionCallback& callback,
|
| - const ConnectErrorCallback& error_callback) override;
|
|
|
| // BluetoothDeviceMac override.
|
| NSDate* GetLastUpdateTime() const override;
|
| @@ -107,6 +104,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
| // Equivalent to [peripheral_ state]. Allows compilation on OS X 10.6.
|
| CBPeripheralState GetPeripheralState() const;
|
|
|
| + // Called by the adapter when CoreBluetooth calls CBCentralManager's delegate.
|
| + void GattConnected();
|
| +
|
| // CoreBluetooth data structure.
|
| base::scoped_nsobject<CBPeripheral> peripheral_;
|
|
|
|
|