• Home
  • Raw
  • Download

Lines Matching full:pairing

102 	u8		preq[7]; /* SMP Pairing Request */
103 u8 prsp[7]; /* SMP Pairing Response */
104 u8 prnd[16]; /* SMP Pairing Random (local) */
105 u8 rrnd[16]; /* SMP Pairing Random (remote) */
106 u8 pcnf[16]; /* SMP Pairing Confirm */
774 /* If pairing failed clean up any keys we might have */ in smp_chan_destroy()
878 /* Don't confirm locally initiated pairing attempts */ in tk_request()
993 bt_dev_err(hcon->hdev, "pairing failed " in smp_random()
1541 * receives pairing random. in sc_passkey_round()
1691 /* If it is our turn to send Pairing Confirm, do so now */ in smp_user_confirm_reply()
1770 /* We didn't start the pairing, so match remote */ in smp_cmd_pairing_req()
1860 /* Strictly speaking we shouldn't allow Pairing Confirm for the in smp_cmd_pairing_req()
2118 bt_dev_err(hdev, "Unexpected SMP Pairing Confirm"); in smp_cmd_pairing_confirm()
2199 /* Only Just-Works pairing requires extra checks */ in smp_cmd_pairing_random()
2513 /* Pairing is aborted if any blocked keys are distributed */ in smp_cmd_encrypt_info()
2578 /* Pairing is aborted if any blocked keys are distributed */ in smp_cmd_ident_info()
2634 /* Drop IRK if peer is using identity address during pairing but is in smp_cmd_ident_addr_info()
2707 /* The preq/prsp contain the raw Pairing Request/Response PDUs in sc_select_method()
2734 /* Don't confirm locally initiated pairing attempts */ in sc_select_method()
2984 * pairing request and security request. in smp_sig_channel()
3139 /* Prepare and send the BR/EDR SMP Pairing Request */ in bredr_pairing()