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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_mac.h

Issue 1950033002: bluetooth: mac: Initial BluetoothRemoteGattCharacteristicMac implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@servicescan_cleanup
Patch Set: Addressing comments 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_device_mac.h
diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
index c5e24b166a9ac59bf989c859daa9c454c1e890dd..9b972ba59f23fc02fcf74277e72717b1d2f8c01a 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
@@ -95,6 +95,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
// Methods used by BluetoothLowEnergyPeripheralBridge.
void DidDiscoverPrimaryServices(NSError* error);
void DidModifyServices(NSArray* invalidatedServices);
+ void DidDiscoverCharacteristics(CBService* cb_service, NSError* error);
// Updates information about the device.
virtual void Update(NSDictionary* advertisement_data, int rssi);
@@ -111,6 +112,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
friend class BluetoothAdapterMac;
friend class BluetoothAdapterMacTest;
friend class BluetoothLowEnergyPeripheralBridge;
+ friend class BluetoothRemoteGattServiceMac;
friend class BluetoothTestMac;
// Returns the Bluetooth adapter.

Powered by Google App Engine
This is Rietveld 408576698