Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2254)

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_mac.h

Issue 2904363002: bluetooth: macOS: Removing intermediate methods in BluetoothRemoteServiceMac (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_device_mac.mm ('k') | device/bluetooth/bluetooth_remote_gatt_service_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698