SMP_CMD_PAIRING_REQ 1762 net/bluetooth/smp.c 	smp->preq[0] = SMP_CMD_PAIRING_REQ;
SMP_CMD_PAIRING_REQ 2309 net/bluetooth/smp.c 	smp->preq[0] = SMP_CMD_PAIRING_REQ;
SMP_CMD_PAIRING_REQ 2312 net/bluetooth/smp.c 	smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp);
SMP_CMD_PAIRING_REQ 2384 net/bluetooth/smp.c 		smp->preq[0] = SMP_CMD_PAIRING_REQ;
SMP_CMD_PAIRING_REQ 2387 net/bluetooth/smp.c 		smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(cp), &cp);
SMP_CMD_PAIRING_REQ 2393 net/bluetooth/smp.c 		SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_REQ);
SMP_CMD_PAIRING_REQ 2908 net/bluetooth/smp.c 	if (!smp && code != SMP_CMD_PAIRING_REQ && code != SMP_CMD_SECURITY_REQ)
SMP_CMD_PAIRING_REQ 2912 net/bluetooth/smp.c 	case SMP_CMD_PAIRING_REQ:
SMP_CMD_PAIRING_REQ 3064 net/bluetooth/smp.c 	smp->preq[0] = SMP_CMD_PAIRING_REQ;
SMP_CMD_PAIRING_REQ 3067 net/bluetooth/smp.c 	smp_send_cmd(conn, SMP_CMD_PAIRING_REQ, sizeof(req), &req);