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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_mac.h

Issue 1284073002: bluetooth: Add adapter to BluetoothDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bt-drop-callback-
Patch Set: Merge TOT Created 5 years, 3 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 2a341767ab30a6029846a1a7853dcfca0b8724c0..0623c7358ffd293d132beae5012b813bdb420f89 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
@@ -20,12 +20,14 @@
namespace device {
+class BluetoothAdapterMac;
class BluetoothLowEnergyDiscoverManagerMac;
class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
: public BluetoothDeviceMac {
public:
- BluetoothLowEnergyDeviceMac(CBPeripheral* peripheral,
+ BluetoothLowEnergyDeviceMac(BluetoothAdapterMac* adapter,
+ CBPeripheral* peripheral,
NSDictionary* advertisement_data,
int rssi);
~BluetoothLowEnergyDeviceMac() override;
« no previous file with comments | « device/bluetooth/bluetooth_device_win_unittest.cc ('k') | device/bluetooth/bluetooth_low_energy_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698