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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_pairing_delegate.cc 38 void BluetoothApiPairingDelegate::RequestPinCode(
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.cc 40 void FakeBluetoothAgentServiceProvider::RequestPinCode(
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
45 delegate_->RequestPinCode(device_path, callback);
bluetooth_agent_service_provider.cc 50 base::Bind(&BluetoothAgentServiceProviderImpl::RequestPinCode,
139 void RequestPinCode(dbus::MethodCall* method_call,
147 LOG(WARNING) << "RequestPinCode called with incorrect paramters: "
158 delegate_->RequestPinCode(device_path, callback);
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.cc 75 void BluetoothPairingChromeOS::RequestPinCode(
84 pairing_delegate_->RequestPinCode(device_);
bluetooth_adapter_chromeos.cc 438 void BluetoothAdapterChromeOS::RequestPinCode(
442 VLOG(1) << device_path.value() << ": RequestPinCode";
450 pairing->RequestPinCode(callback);
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 204 void BluetoothNotificationController::RequestPinCode(BluetoothDevice* device) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 226 void HIDDetectionScreenHandler::RequestPinCode(
228 VLOG(1) << "RequestPinCode id = " << device->GetDeviceID()
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 505 void BluetoothOptionsHandler::RequestPinCode(device::BluetoothDevice* device) {

Completed in 262 milliseconds