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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_mac.h

Issue 2242833002: Bluetooth: mac: add connected BLE devices at startup Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 19b824ab6583fdef623762465097deccb3d102a9..345d7f7640a147abc437fa5313282031f5b7e90a 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
@@ -35,8 +35,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
public:
BluetoothLowEnergyDeviceMac(BluetoothAdapterMac* adapter,
ortuno 2016/08/15 23:58:09 I'm refactoring this function in another CL. Hopef
jracle (use Gerrit) 2016/08/16 20:14:17 Great. Sure will modify int to const int*, good po
CBPeripheral* peripheral,
- NSDictionary* advertisement_data,
- int rssi);
+ NSDictionary* advertisement_data = nil,
+ int rssi = -1);
~BluetoothLowEnergyDeviceMac() override;
int GetRSSI() const;

Powered by Google App Engine
This is Rietveld 408576698