diff options
Diffstat (limited to 'components/pairing/bluetooth_controller_pairing_controller.cc')
-rw-r--r-- | components/pairing/bluetooth_controller_pairing_controller.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/pairing/bluetooth_controller_pairing_controller.cc b/components/pairing/bluetooth_controller_pairing_controller.cc index 4e687ad..56c34db 100644 --- a/components/pairing/bluetooth_controller_pairing_controller.cc +++ b/components/pairing/bluetooth_controller_pairing_controller.cc @@ -163,6 +163,7 @@ void BluetoothControllerPairingController::OnConnectToService( ptr_factory_.GetWeakPtr()), base::Bind(&BluetoothControllerPairingController::OnReceiveError, ptr_factory_.GetWeakPtr())); + ChangeStage(STAGE_PAIRING_DONE); } void BluetoothControllerPairingController::OnSendComplete(int bytes_sent) {} @@ -314,6 +315,9 @@ void BluetoothControllerPairingController::SetHostConfiguration( const std::string& timezone, bool send_reports, const std::string& keyboard_layout) { + VLOG(1) << "SetHostConfiguration lang=" << lang + << ", timezone=" << timezone + << ", keyboard_layout=" << keyboard_layout; pairing_api::ConfigureHost host_config; host_config.set_api_version(kPairingAPIVersion); |