HomeSort by relevance Sort by last modified time
    Searched defs:RequestPasskey (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_pairing_delegate.cc 46 void BluetoothApiPairingDelegate::RequestPasskey(
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.cc 56 void FakeBluetoothAgentServiceProvider::RequestPasskey(
59 VLOG(1) << object_path_.value() << ": RequestPasskey for "
61 delegate_->RequestPasskey(device_path, callback);
bluetooth_agent_service_provider.cc 66 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPasskey,
186 void RequestPasskey(dbus::MethodCall* method_call,
194 LOG(WARNING) << "RequestPasskey called with incorrect paramters: "
205 delegate_->RequestPasskey(device_path, callback);
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.cc 122 void BluetoothPairingChromeOS::RequestPasskey(
131 pairing_delegate_->RequestPasskey(device_);
bluetooth_adapter_chromeos.cc 466 void BluetoothAdapterChromeOS::RequestPasskey(
470 VLOG(1) << device_path.value() << ": RequestPasskey";
478 pairing->RequestPasskey(callback);
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 211 void BluetoothNotificationController::RequestPasskey(BluetoothDevice* device) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 233 void HIDDetectionScreenHandler::RequestPasskey(
235 VLOG(1) << "RequestPassKey id = " << device->GetDeviceID()
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 511 void BluetoothOptionsHandler::RequestPasskey(device::BluetoothDevice* device) {

Completed in 219 milliseconds