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

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

Issue 1341103004: Handle change of BLE address after pairing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ***ADDED BY MISTAKE, OMMIT *** 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: 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 b316f64114a2baad1c16cb3bb4e873696d341da1..c5095d3ccbda30f6b68309f27632a35f7ab25c3c 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection.h
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection.h
@@ -146,8 +146,7 @@ class BluetoothLowEnergyConnection : public Connection,
void CreateGattConnection();
// Called when a GATT connection is created.
- void OnGattConnectionCreated(
- scoped_ptr<device::BluetoothGattConnection> gatt_connection);
+ void OnGattConnectionCreated();
// Callback called when there is an error creating the GATT connection.
void OnCreateGattConnectionError(

Powered by Google App Engine
This is Rietveld 408576698