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

Unified Diff: device/bluetooth/bluetooth_low_energy_peripheral_delegate.mm

Issue 2071853002: Revert of bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@servicescan_cleanup
Patch Set: Created 4 years, 6 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_low_energy_peripheral_delegate.mm
diff --git a/device/bluetooth/bluetooth_low_energy_peripheral_delegate.mm b/device/bluetooth/bluetooth_low_energy_peripheral_delegate.mm
index 19b628b720296e50b0e0564b030b321fa55ab39b..761442910df3d3a06ea962651309c7000157c47b 100644
--- a/device/bluetooth/bluetooth_low_energy_peripheral_delegate.mm
+++ b/device/bluetooth/bluetooth_low_energy_peripheral_delegate.mm
@@ -25,10 +25,6 @@
void DidDiscoverPrimaryServices(NSError* error) {
device_mac_->DidDiscoverPrimaryServices(error);
- };
-
- void DidDiscoverCharacteristics(CBService* service, NSError* error) {
- device_mac_->DidDiscoverCharacteristics(service, error);
};
CBPeripheral* GetPeripheral() { return device_mac_->GetPeripheral(); }
@@ -64,10 +60,4 @@
bridge_->DidDiscoverPrimaryServices(error);
}
-- (void)peripheral:(CBPeripheral*)peripheral
- didDiscoverCharacteristicsForService:(CBService*)service
- error:(NSError*)error {
- bridge_->DidDiscoverCharacteristics(service, error);
-}
-
@end
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_device_mac.mm ('k') | device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698