Home | History | Annotate | Download | only in chromeos

Lines Matching defs:passkey

296       // PIN code or Passkey entry during the pairing process.
310 // Passkey is a numeric in the range 0-999999, in this case the
313 // failure case, just use 0 since that's the most likely Passkey
315 unsigned passkey = 0;
316 base::StringToUint(auth_token, &passkey);
318 VLOG(1) << "Passkey supplied: " << address << ": " << passkey;
319 device->SetPasskey(passkey);
346 // Confirm displayed Passkey.
350 // Reject displayed Passkey.
481 if (pairing == kRemotePasskey && !js_properties.HasKey("passkey"))
482 js_properties.SetInteger("passkey", pairing_device_passkey_);
495 js_properties.GetInteger("passkey", &pairing_device_passkey_);
526 uint32 passkey) {
529 params.SetInteger("passkey", passkey);
541 uint32 passkey) {
544 params.SetInteger("passkey", passkey);