Searched refs:SMP_CMD_PAIRING_REQ (Results 1 – 2 of 2) sorted by relevance
27 #define SMP_CMD_PAIRING_REQ 0x01 macro
1738 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_cmd_pairing_req() 2253 smp->preq[0] = SMP_CMD_PAIRING_REQ; in smp_send_pairing_req() 2256 smp_send_cmd(smp->conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp); in smp_send_pairing_req() 2341 SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_REQ); in smp_conn_security() 2977 if (!smp && code != SMP_CMD_PAIRING_REQ && code != SMP_CMD_SECURITY_REQ) in smp_sig_channel() 2981 case SMP_CMD_PAIRING_REQ: in smp_sig_channel()