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

Unified Diff: components/pairing/bluetooth_host_pairing_controller.h

Issue 2888033002: Devices shoule not be found by Android enrollment app after successful enrollment. (Closed)
Patch Set: Add UUID as filter when detecting devices. Created 3 years, 7 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/pairing/bluetooth_host_pairing_controller.h
diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h
index 9c84a0d3dfa4d3f6340bfc8dc06372a45a90b905..ae5f5e81b0eac331de3dc08371c8c6a5821d4507 100644
--- a/components/pairing/bluetooth_host_pairing_controller.h
+++ b/components/pairing/bluetooth_host_pairing_controller.h
@@ -76,8 +76,7 @@ class BluetoothHostPairingController
void SendHostStatus();
void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
- void SetName();
- void OnSetName();
+ void SetPowered();
void OnSetPowered();
void OnCreateService(scoped_refptr<device::BluetoothSocket> socket);
void OnSetDiscoverable(bool change_stage);
@@ -139,7 +138,6 @@ class BluetoothHostPairingController
void AuthorizePairing(device::BluetoothDevice* device) override;
Stage current_stage_;
- std::string device_name_;
std::string confirmation_code_;
std::string enrollment_domain_;
Connectivity connectivity_status_;
« no previous file with comments | « components/pairing/bluetooth_controller_pairing_controller.cc ('k') | components/pairing/bluetooth_host_pairing_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698