summaryrefslogtreecommitdiffstats
path: root/components/pairing/bluetooth_host_pairing_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/pairing/bluetooth_host_pairing_controller.cc')
-rw-r--r--components/pairing/bluetooth_host_pairing_controller.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/pairing/bluetooth_host_pairing_controller.cc b/components/pairing/bluetooth_host_pairing_controller.cc
index fc229a1..74f1a5e 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.