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

Unified Diff: components/pairing/bluetooth_host_pairing_controller.cc

Issue 491943004: Update the pairing API to include configuration and enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error Created 6 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: components/pairing/bluetooth_host_pairing_controller.cc
diff --git a/components/pairing/bluetooth_host_pairing_controller.cc b/components/pairing/bluetooth_host_pairing_controller.cc
index fc229a14c1a7def1448408212d50ed6b68ed57da..74f1a5e21dc0b26ae2224b6f1a9c5f5c23272bb3 100644
--- a/components/pairing/bluetooth_host_pairing_controller.cc
+++ b/components/pairing/bluetooth_host_pairing_controller.cc
@@ -329,6 +329,11 @@ std::string BluetoothHostPairingController::GetEnrollmentDomain() {
return enrollment_domain_;
}
+void BluetoothHostPairingController::OnUpdateStatusChanged(
+ UpdateStatus update_status) {
+ // TODO(zork): Handling updating stages (http://crbug.com/405754).
+}
+
void BluetoothHostPairingController::RequestPinCode(
device::BluetoothDevice* device) {
// Disallow unknown device.
« no previous file with comments | « components/pairing/bluetooth_host_pairing_controller.h ('k') | components/pairing/controller_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698