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

Unified Diff: components/proximity_auth/ble/bluetooth_low_energy_connection.h

Issue 1351353002: Using the GATT connection address instead of cached remote_device(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_connection_address
Patch Set: Rebasing 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
« no previous file with comments | « no previous file | components/proximity_auth/ble/bluetooth_low_energy_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/ble/bluetooth_low_energy_connection.h
diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection.h b/components/proximity_auth/ble/bluetooth_low_energy_connection.h
index c214dc5f125c56916618e0d938115fd92443f24e..b45a21d81c05152b38a7ec144ddfcf267b69f078 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection.h
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection.h
@@ -222,7 +222,7 @@ class BluetoothLowEnergyConnection : public Connection,
void ClearWriteRequestsQueue();
// Returns the Bluetooth address of the remote device.
- const std::string& GetRemoteDeviceAddress();
+ std::string GetRemoteDeviceAddress();
// Returns the device corresponding to |remote_device_address_|.
device::BluetoothDevice* GetRemoteDevice();
« no previous file with comments | « no previous file | components/proximity_auth/ble/bluetooth_low_energy_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698