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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_mac.h

Issue 1165053003: Adding support for Low Energy device discovery to BluetoothAdapterMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment fixes Created 5 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 2d5bb6f5bcef3c6966d6a830131d7f2c0215e669..5fa43355c83eb3967560df43b9edb3a41d1e7e13 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
@@ -82,7 +82,7 @@ class BluetoothLowEnergyDeviceMac : public BluetoothDevice {
static std::string GetPeripheralIdentifier(CBPeripheral* peripheral);
private:
- friend class BluetoothLowEnergyDiscoveryManagerMac;
+ friend class BluetoothAdapterMac;
// CoreBluetooth data structure.
base::scoped_nsobject<CBPeripheral> peripheral_;
« no previous file with comments | « device/bluetooth/bluetooth_discovery_manager_mac.mm ('k') | device/bluetooth/bluetooth_low_energy_discovery_manager_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698