| Index: device/bluetooth/bluetooth_remote_gatt_service_mac.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_mac.h b/device/bluetooth/bluetooth_remote_gatt_service_mac.h
|
| index 832e41d051712d4c4adce2a3e78f174d1c5fe830..4b8d7c57ab8d9e173e37c4481a927dfcba2e58d7 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_mac.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_mac.h
|
| @@ -60,16 +60,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattServiceMac
|
| // Sends notification if this service is ready with all characteristics
|
| // discovered.
|
| void SendNotificationIfComplete();
|
| - // Called by the BluetoothLowEnergyDeviceMac instance when the
|
| - // characteristics value has been read.
|
| - void DidUpdateValue(CBCharacteristic* characteristic, NSError* error);
|
| - // Called by the BluetoothLowEnergyDeviceMac instance when the
|
| - // characteristics value has been written.
|
| - void DidWriteValue(CBCharacteristic* characteristic, NSError* error);
|
| - // Called by the BluetoothLowEnergyDeviceMac instance when the notify session
|
| - // has been started or failed.
|
| - void DidUpdateNotificationState(CBCharacteristic* characteristic,
|
| - NSError* error);
|
| // Returns true if the characteristics has been discovered.
|
| bool IsDiscoveryComplete() const;
|
|
|
|
|